chore(CI): rollback nph change (#1187)

Rollbacks to the previous `nph` command that shows what files aren't
formatted.
This commit is contained in:
diegomrsantos 2024-09-03 11:01:35 +02:00 committed by GitHub
parent 70754cd575
commit 47a51983b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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