We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcfddf commit 3749c86Copy full SHA for 3749c86
.github/workflows/checksrc.yml
@@ -23,13 +23,13 @@ jobs:
23
name: 'spellcheck, linters'
24
runs-on: ubuntu-latest
25
steps:
26
+ - name: 'install prereqs'
27
+ run: /home/linuxbrew/.linuxbrew/bin/brew install actionlint zizmor typos-cli
28
+
29
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
30
with:
31
persist-credentials: false
32
- - name: 'install prereqs'
- run: /home/linuxbrew/.linuxbrew/bin/brew install actionlint zizmor typos-cli
-
33
- name: 'zizmor GHA'
34
env:
35
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments