This commit is contained in:
2025-12-07 14:26:49 +00:00
parent e8afc513ca
commit 5998b20314
2 changed files with 9 additions and 5 deletions
+3
View File
@@ -36,6 +36,9 @@ jobs:
- run: brew test-bot --only-setup
continue-on-error: true
- name: Fix style issues from GoReleaser-generated files
run: brew style --fix lukaszraczylo/taps || true
- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'