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 9d46e00 + 2a7f8a2 commit 6bd9664Copy full SHA for 6bd9664
.github/workflows/tests.yml
@@ -55,6 +55,13 @@ jobs:
55
cask: false
56
stable: ${{ matrix.stable }}
57
58
+ - name: Cache style cache
59
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
60
+ with:
61
+ path: /home/linuxbrew/.cache/Homebrew/style
62
+ key: style-cache-${{ matrix.stable && 'stable-' || 'main-' }}${{ github.sha }}
63
+ restore-keys: style-cache-${{ matrix.stable && 'stable-' || 'main-' }}
64
+
65
- run: brew test-bot --only-tap-syntax ${{ matrix.stable && '--stable' || '' }}
66
67
formulae_detect:
0 commit comments