From 04e61fbc599ffc9a2746594929a7a2aee804fa71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:57:53 +0000 Subject: [PATCH] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 406f21979..e5de34f31 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -47,6 +47,10 @@ jobs: # Not needed in .github but required for other repositories with multiple uses of cache-homebrew-prefix. workflow-key: actionlint + - name: Install tools + if: github.repository == 'Homebrew/formulae.brew.sh' + run: brew install actionlint shellcheck zizmor + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false