File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - main
1010 paths :
11- - " .github/workflows/lint-prettier.yml"
12- - " *.yml"
13- - " *.yaml"
14- - " *.json"
15- - " *.md"
11+ - " **/*.yml"
12+ - " **/*.yaml"
13+ - " **/*.json"
14+ - " **/*.md"
1615
1716 pull_request :
1817 paths :
19- - " .github/workflows/lint-prettier.yml"
20- - " *.yml"
21- - " *.yaml"
22- - " *.json"
23- - " *.md"
18+ - " **/*.yml"
19+ - " **/*.yaml"
20+ - " **/*.json"
21+ - " **/*.md"
2422
2523jobs :
2624 lint-prettier :
Original file line number Diff line number Diff line change 99 - main
1010 paths :
1111 - " .github/workflows/lint-shellcheck.yml"
12- - " *.sh"
12+ - " **/* .sh"
1313
1414 pull_request :
1515 paths :
1616 - " .github/workflows/lint-shellcheck.yml"
17- - " *.sh"
17+ - " **/* .sh"
1818
1919jobs :
2020 shellcheck :
You can’t perform that action at this time.
0 commit comments