diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e572d11cdb..1108201da7 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -29,4 +29,5 @@ jobs: - name: Check style run: | shopt -s extglob # Enable extended globbing - ./nph --check examples libp2p tests tools *.@(nim|nims|nimble) + ./nph examples libp2p tests tools *.@(nim|nims|nimble) + git diff --exit-code