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

View File

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