editorconfig check: instruct user what to do
This commit is contained in:
parent
a670f92186
commit
433df32ddb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/editorconfig.yml
vendored
4
.github/workflows/editorconfig.yml
vendored
|
@ -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."
|
||||
|
||||
|
|
Loading…
Reference in a new issue