Skip to content

Commit f3d13f7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626

2727
- name: Format the code
2828
run: |
29-
nimble install nph &&
29+
nimble install nph -y &&
3030
nph --version &&
3131
nph .

0 commit comments

Comments
 (0)