Skip to content

Commit

Permalink
Temporarly disable tap linting (#6)
Browse files Browse the repository at this point in the history
The latest version of Go releaser produces taps that do not pass the linting stage. To unblock the latest spirlctl release we temporarly disable linting stage until we have found a sustainable solution.
  • Loading branch information
arndt-s authored Dec 31, 2024
1 parent 3d079cb commit f5b9bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- run: brew test-bot --only-setup

- run: brew test-bot --only-tap-syntax
# Go releaser generates taps that do not pass linting.
# - run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit f5b9bff

Please sign in to comment.