ci: pin nph version in ci

This commit is contained in:
Adam Uhlíř 2025-01-15 08:43:55 +01:00
parent ab566e700a
commit e0eceb44fb
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Check `nph` formatting
uses: arnetheduck/nph-action@v1
with:
version: latest
version: 0.6.1
options: "codex/ tests/"
fail: true
suggest: true

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo "Running pre-commit hook"
echo "Formatting changed files with pre-commit hook"
# Regexp for grep to only choose some file extensions for formatting
exts="\.\(nim\|nims\)$"