File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,19 @@ permissions:
2424 statuses : ' write'
2525
2626jobs :
27- test :
27+ lint :
2828 runs-on : ' ubuntu-latest'
2929
3030 steps :
3131 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3232
33+ - name : ' Lint GitHub Actions'
34+ uses : ' abcxyz/actions/.github/actions/lint-github-actions@main' # ratchet:exclude
35+
36+ - name : ' Lint Shell'
37+ uses : ' abcxyz/actions/.github/actions/lint-shell@main' # ratchet:exclude
38+
3339 - name : ' Lint YAML'
34- uses : ' abcxyz/actions/.github/actions/lint-yaml@48bf3573880bcd307661522345bbe419115c3d4b ' # ratchet:abcxyz/actions/.github/actions/lint-yaml@main
40+ uses : ' abcxyz/actions/.github/actions/lint-yaml@main ' # ratchet:exclude
3541 with :
3642 yamllint_url : ' https://raw.githubusercontent.com/google-github-actions/.github/main/.yamllint.yml'
You can’t perform that action at this time.
0 commit comments