mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-30 16:36:26 +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
|
- name: Check `nph` formatting
|
||||||
uses: arnetheduck/nph-action@v1
|
uses: arnetheduck/nph-action@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: 0.6.1
|
||||||
options: "codex/ tests/"
|
options: "codex/ tests/"
|
||||||
fail: true
|
fail: true
|
||||||
suggest: true
|
suggest: true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# Regexp for grep to only choose some file extensions for formatting
|
||||||
exts="\.\(nim\|nims\)$"
|
exts="\.\(nim\|nims\)$"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user