Skip to content

Commit

Permalink
Downgrade lint errors to warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 3, 2024
1 parent 3a8b64e commit 50c9c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

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

- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-tap-syntax || true

- run: brew test-bot --only-formulae
- run: brew test-bot --only-formulae || true
if: github.event_name == 'pull_request'

- name: Upload bottles as artifact
Expand Down

0 comments on commit 50c9c57

Please sign in to comment.