editorconfig check: instruct user what to do

This commit is contained in:
Domen Kožar
2021-04-29 10:14:40 +02:00
parent a670f92186
commit 433df32ddb
+4
View File
@@ -39,3 +39,7 @@ jobs:
if: env.PR_DIFF
run: |
echo "$PR_DIFF" | xargs editorconfig-checker -disable-indent-size
- if: ${{ failure() }}
run: |
echo "::error :: Hey! It looks like your changes don't follow our editorconfig settings. Read https://editorconfig.org/#download to configure your editor so you never see this error again."