Skip to content

Commit af6e150

Browse files
authored
Add default linters (#8)
1 parent 3c7f943 commit af6e150

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,19 @@ permissions:
2424
statuses: 'write'
2525

2626
jobs:
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'

0 commit comments

Comments
 (0)