Skip to content

Commit

Permalink
chore: linting failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielwarner committed Sep 19, 2024
1 parent 1c5483b commit 06a96c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
run: make build

- name: Run linter 👀
id: linting
run: make lint

- name: Linting failed. Run make format to apply automatic fixes and show remaining problems.
if: ${{ failure() && steps.linting.conclusion == 'failure' }}

- name: Run tests 🧪
run: make test

0 comments on commit 06a96c3

Please sign in to comment.