File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 11name : GitHub Actions Lint
22
33on :
4- push :
5- branches :
6- - master
7- paths :
8- - ' .github/workflows/**/*.yaml'
9- - ' .github/workflows/**/*.yml'
104 pull_request :
11- paths :
12- - ' .github/workflows/**/*.yaml'
13- - ' .github/workflows/**/*.yml'
145
156jobs :
167 actionlint :
2314 fail_level : any
2415 filter_mode : nofilter
2516 github_token : ${{ secrets.GITHUB_TOKEN }}
26- reporter : github-check
17+ reporter : github-pr- check
Original file line number Diff line number Diff line change 11name : YAML Lint
22
33on :
4- push :
5- branches :
6- - master
7- paths :
8- - ' **.yaml'
9- - ' **.yml'
104 pull_request :
11- paths :
12- - ' **.yaml'
13- - ' **.yml'
145
156jobs :
167 yaml_lint :
2314 fail_level : any
2415 filter_mode : nofilter
2516 github_token : ${{ secrets.GITHUB_TOKEN }}
26- reporter : github-check
17+ reporter : github-pr- check
You can’t perform that action at this time.
0 commit comments