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.
2 parents 7810b48 + 04e61fb commit 8d69aadCopy full SHA for 8d69aad
1 file changed
.github/workflows/actionlint.yml
@@ -47,6 +47,10 @@ jobs:
47
# Not needed in .github but required for other repositories with multiple uses of cache-homebrew-prefix.
48
workflow-key: actionlint
49
50
+ - name: Install tools
51
+ if: github.repository == 'Homebrew/formulae.brew.sh'
52
+ run: brew install actionlint shellcheck zizmor
53
+
54
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55
with:
56
persist-credentials: false
0 commit comments