We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b852e commit e7da707Copy full SHA for e7da707
.github/workflows/formatting.yml
@@ -24,8 +24,10 @@ jobs:
24
nim-version: '2.0.0' # 2.2.x cannot compile nph due to a regression
25
repo-token: ${{ secrets.GITHUB_TOKEN }}
26
27
- - name: Format the code
+ - name: Install the formatter
28
run: |
29
- nimble install nph &&
30
- nph --version &&
31
- nph .
+ nimble install nph -y &&
+ nph --version
+
32
+ - name: Format the code
33
+ run: nph src/
0 commit comments