mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Display lint fixes on lint error
This commit is contained in:
parent
139017ba7c
commit
0fa1567793
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if ! crystal tool format --check; then
|
if ! crystal tool format --check; then
|
||||||
crystal tool format
|
crystal tool format
|
||||||
|
git diff
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue