chore(CI): rollback nph change (#1187)
Rollbacks to the previous `nph` command that shows what files aren't formatted.
This commit is contained in:
parent
70754cd575
commit
47a51983b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue