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.
1 parent f1b9a59 commit 39de8b6Copy full SHA for 39de8b6
.github/workflows/audit.yml
@@ -19,4 +19,4 @@ jobs:
19
run: brew tap codello/brewery .
20
21
- name: Run Audit
22
- run: brew audit --strict --appcast --tap codello/brewery
+ run: brew audit --strict --tap codello/brewery
.github/workflows/tests.yml
@@ -16,6 +16,7 @@ jobs:
16
run: brew tap ${{ github.repository }} .
17
- name: Run Test-Bot
18
run: brew test-bot --tap ${{ github.repository }} --only-tap-syntax
+
test-b2:
name: Test B2 Formula
runs-on: macos-latest
@@ -25,8 +26,6 @@ jobs:
25
26
run: brew update
27
- name: Tap ${{ github.repository }}
28
- - name: Install b2-client
29
- run: gem install b2-client
30
- name: Install formula
31
run: brew --b2 install font-yorkten
32
env:
0 commit comments