File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,8 @@ CD in your Terminal to the root directory of the cloned repository. Install all
26
26
npm install
27
27
npm start
28
28
```
29
+
30
+ ## Linting problems
31
+
32
+ The repository establishes commit hooks which check the files for correctness and style.
33
+ Have a look at the [ linting-guide] ( https://docs.scs.community/community/contribute/linting-guide/ ) to get detailed information.
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ The markdownlint rules are defined in the configuration file `.markdownlint-cli2
21
21
22
22
Additionally we use [ markdownlint-rule-search-replace] ( https://github.com/OnkarRuikar/markdownlint-rule-search-replace ) for fixing
23
23
24
+ ## Local Usage for development
25
+
26
+ ``` bash
27
+ npm run lint:md < file>
28
+ npm run fix:md < file>
29
+ ```
30
+
24
31
## Github Workflows
25
32
26
33
There are two actions running on every Pull Request on the ` main ` branch.
You can’t perform that action at this time.
0 commit comments