Display lint fixes on lint error

This commit is contained in:
saltycrys 2020-12-02 01:32:19 +01:00 committed by GitHub
parent 139017ba7c
commit 0fa1567793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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