diff options
| author | saltycrys <73420320+saltycrys@users.noreply.github.com> | 2020-12-02 01:32:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-02 01:32:19 +0100 |
| commit | 0fa1567793f688dfef4ce5447f117ff560dd7451 (patch) | |
| tree | 815b2f72f1d2187093e6f870757109b13c753b07 | |
| parent | 139017ba7c2d575fb27179b43e98ea177fa202cc (diff) | |
| download | invidious-0fa1567793f688dfef4ce5447f117ff560dd7451.tar.gz invidious-0fa1567793f688dfef4ce5447f117ff560dd7451.tar.bz2 invidious-0fa1567793f688dfef4ce5447f117ff560dd7451.zip | |
Display lint fixes on lint error
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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 |
