style: fix code style with nph (#1246)

This commit is contained in:
vladopajic
2025-02-11 16:39:08 +01:00
committed by GitHub
parent 78a4344054
commit 5d382b6423
15 changed files with 23 additions and 45 deletions

View File

@@ -22,7 +22,7 @@ jobs:
# Pin nph to a specific version to avoid sudden style differences.
# Updating nph version should be accompanied with running the new version on the fluffy directory.
run: |
VERSION="v0.5.1"
VERSION="v0.6.1"
ARCHIVE="nph-linux_x64.tar.gz"
curl -L "https://github.com/arnetheduck/nph/releases/download/${VERSION}/${ARCHIVE}" -o ${ARCHIVE}
tar -xzf ${ARCHIVE}