We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5da69f4 + b4b0c55 commit 927e784Copy full SHA for 927e784
.github/workflows/actionlint.yml
@@ -46,6 +46,10 @@ jobs:
46
# Not needed in .github but required for other repositories with multiple uses of cache-homebrew-prefix.
47
workflow-key: actionlint
48
49
+ - name: Install tools
50
+ if: github.repository == 'Homebrew/formulae.brew.sh'
51
+ run: brew install actionlint shellcheck zizmor
52
+
53
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54
with:
55
persist-credentials: false
0 commit comments