There was an error while loading. Please reload this page.
2 parents 27fe2f4 + 78f2bce commit fe94af7Copy full SHA for fe94af7
1 file changed
.github/workflows/actionlint.yml
@@ -39,16 +39,7 @@ jobs:
39
core: false
40
cask: false
41
42
- - uses: Homebrew/actions/cache-homebrew-prefix@a657b8b0cd35d0f65cce41fce9b24cf054b49869 # 2026.08.24.1
43
- # Don't cache the prefix for the formulae.brew.sh repository as it won't download its own JSON API files
44
- if: github.repository != 'Homebrew/formulae.brew.sh'
45
- with:
46
- install: actionlint shellcheck zizmor
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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
0 commit comments