Skip to content

Commit 927e784

Browse files
authored
Merge pull request #409 from Homebrew/actionlint-formulae.brew.sh
workflows/actionlint: fix for formulae.brew.sh
2 parents 5da69f4 + b4b0c55 commit 927e784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/actionlint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
# Not needed in .github but required for other repositories with multiple uses of cache-homebrew-prefix.
4747
workflow-key: actionlint
4848

49+
- name: Install tools
50+
if: github.repository == 'Homebrew/formulae.brew.sh'
51+
run: brew install actionlint shellcheck zizmor
52+
4953
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5054
with:
5155
persist-credentials: false

0 commit comments

Comments
 (0)