File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 66 link-checker :
77 runs-on : ubuntu-latest
88 steps :
9- - name : Checkout Code
10- uses : actions/checkout@main
11- - name : Check Links
12- uses : lycheeverse/lychee-action@v1.7.0
13- with :
14- fail : true
9+ - name : Checkout Code
10+ uses : actions/checkout@main
11+ - name : Check Links
12+ uses : lycheeverse/lychee-action@v1.7.0
13+ with :
14+ fail : true
Original file line number Diff line number Diff line change 1414 uses : super-linter/super-linter@v7.1.0
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17- MARKDOWN_CONFIG_FILE : " .markdownlint.json"
17+ MARKDOWN_CONFIG_FILE : .markdownlint.json
1818 VALIDATE_GO : true
1919 VALIDATE_RUBY : true
20+ VALIDATE_JSON : true
21+ VALIDATE_YAML : true
2022 VALIDATE_KOTLIN : true
2123 VALIDATE_MARKDOWN : true
2224 VALIDATE_SCALAFMT : true
2628 VALIDATE_PYTHON_BLACK : true
2729 VALIDATE_PYTHON_ISORT : true
2830 VALIDATE_JAVASCRIPT_ES : true
31+ VALIDATE_JSON_PRETTIER : true
32+ VALIDATE_YAML_PRETTIER : true
2933 VALIDATE_MARKDOWN_PRETTIER : true
3034 VALIDATE_GOOGLE_JAVA_FORMAT : true
Original file line number Diff line number Diff line change 11{
2- "MD045" : false
2+ "MD045" : false
33}
You can’t perform that action at this time.
0 commit comments