diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index d5608a9bf..3a67a0b0a 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -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