Skip to content

Commit 3749c86

Browse files
committed
checksrc.yml install first, then checkout
1 parent cfcfddf commit 3749c86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checksrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
name: 'spellcheck, linters'
2424
runs-on: ubuntu-latest
2525
steps:
26+
- name: 'install prereqs'
27+
run: /home/linuxbrew/.linuxbrew/bin/brew install actionlint zizmor typos-cli
28+
2629
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2730
with:
2831
persist-credentials: false
2932

30-
- name: 'install prereqs'
31-
run: /home/linuxbrew/.linuxbrew/bin/brew install actionlint zizmor typos-cli
32-
3333
- name: 'zizmor GHA'
3434
env:
3535
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)