mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-08 23:40:36 +00:00
Move entirely to casks
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user