mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-15 09:16:40 +00:00
ci: pin nph version in ci
This commit is contained in:
parent
ab566e700a
commit
e0eceb44fb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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\)$"
|
||||
|
Loading…
x
Reference in New Issue
Block a user