Skip to content

Commit e7da707

Browse files
committed
ci: force nimble to say yes to all options
1 parent 11b852e commit e7da707

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/formatting.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
nim-version: '2.0.0' # 2.2.x cannot compile nph due to a regression
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626

27-
- name: Format the code
27+
- name: Install the formatter
2828
run: |
29-
nimble install nph &&
30-
nph --version &&
31-
nph .
29+
nimble install nph -y &&
30+
nph --version
31+
32+
- name: Format the code
33+
run: nph src/

0 commit comments

Comments
 (0)