Display lint fixes on lint error

このコミットが含まれているのは:
saltycrys 2020-12-02 01:32:19 +01:00 committed by GitHub
コミット 0fa1567793
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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