Skip to content

Commit

Permalink
CI: have editorconfig check exit fatally
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Oct 11, 2023
1 parent 1ea8fc3 commit 7cca2d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
- if: ${{ failure() }}
run: |
echo "::error:: Current formatting does not fit convention provided by .editorconfig located in the project root."
echo "Please make sure your editor properly integrates editorconfig. See https://editorconfig.org/#download for more."
echo "::error:: Current formatting does not fit convention provided by .editorconfig located in the project root." &&
echo "Please make sure your editor properly integrates editorconfig. See https://editorconfig.org/#download for more." &&
exit 1

0 comments on commit 7cca2d1

Please sign in to comment.