Merge branch 'master' into quic

This commit is contained in:
diegomrsantos 2024-09-03 11:07:49 +02:00 committed by GitHub
commit cab28c2f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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