summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaltycrys <73420320+saltycrys@users.noreply.github.com>2020-12-02 01:32:19 +0100
committerGitHub <noreply@github.com>2020-12-02 01:32:19 +0100
commit0fa1567793f688dfef4ce5447f117ff560dd7451 (patch)
tree815b2f72f1d2187093e6f870757109b13c753b07
parent139017ba7c2d575fb27179b43e98ea177fa202cc (diff)
downloadinvidious-0fa1567793f688dfef4ce5447f117ff560dd7451.tar.gz
invidious-0fa1567793f688dfef4ce5447f117ff560dd7451.tar.bz2
invidious-0fa1567793f688dfef4ce5447f117ff560dd7451.zip
Display lint fixes on lint error
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0d2cb8c3..d18998b1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
run: |
if ! crystal tool format --check; then
crystal tool format
+ git diff
exit 1
fi