You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add prettier linting of json, yaml and markdown files (#437)
#### Relevant issue or PR
NA
#### Description of changes
I am adding a lot of json files as part of #411 and these will be a lot
more maintainable using SOTA linting. To avoid a crazy non-related diff
due to impacts on other files I am adding this as a separate PR.
CHANGELOG is excluded as it is auto-generated.
#### Testing done
- CI passes
---------
Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,13 @@ For a full list of commit types visit https://www.conventionalcommits.org/en/v1.
4
4
-->
5
5
6
6
#### Relevant issue or PR
7
+
7
8
<!-- If the changes resolve an issue or follow some other PR, link to them here. Only link something if it is directly relevant. -->
8
9
9
10
#### Description of changes
11
+
10
12
<!-- Add a high-level description of changes, focusing on the *what* and *why*. -->
11
13
12
14
#### Testing done
15
+
13
16
<!-- Describe how the changes were tested; e.g., "CI passes", "Tested manually in stagingrepo#123", screenshots of a terminal session that verify the changes, or any other evidence of testing the changes. -->
0 commit comments