Skip to content

Commit

Permalink
CI: name the failure step
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Oct 20, 2023
1 parent 7622152 commit 0c44b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
run: |
cat "$HOME/changed_files" | nix-shell -p editorconfig-checker.out --run 'xargs -r editorconfig-checker -disable-indent-size'
- if: ${{ failure() }}
- name: Fail Gracefully
if: ${{ failure() }}
shell: bash
run: |
echo "::error:: Current formatting does not fit convention provided by .editorconfig located in the project root."
Expand Down

0 comments on commit 0c44b96

Please sign in to comment.