Display lint fixes on lint error

pull/1519/head
saltycrys 4 years ago committed by GitHub
parent 139017ba7c
commit 0fa1567793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,6 +51,7 @@ jobs:
run: |
if ! crystal tool format --check; then
crystal tool format
git diff
exit 1
fi

Loading…
Cancel
Save