Move entirely to casks

This commit is contained in:
2025-12-07 14:36:33 +00:00
parent 5998b20314
commit 7687ba0d1d
3 changed files with 2 additions and 105 deletions
+2 -3
View File
@@ -37,11 +37,10 @@ jobs:
continue-on-error: true
- name: Fix style issues from GoReleaser-generated files
run: brew style --fix lukaszraczylo/taps || true
run: brew style --fix Casks/*.rb || true
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'