File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 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
2626npm install
2727npm start
2828```
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
2121
2222Additionally we use [ markdownlint-rule-search-replace] ( https://github.com/OnkarRuikar/markdownlint-rule-search-replace ) for fixing
2323
24+ ## Local Usage for development
25+
26+ ``` bash
27+ npm run lint:md < file>
28+ npm run fix:md < file>
29+ ```
30+
2431## Github Workflows
2532
2633There are two actions running on every Pull Request on the ` main ` branch.
You can’t perform that action at this time.
0 commit comments