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 06a96c3 commit 05fa287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
id: linting
run: make lint

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

- name: Run tests 🧪
run: make test

0 comments on commit 05fa287

Please sign in to comment.