We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090f7c0 commit 91973fdCopy full SHA for 91973fd
.github/workflows/check_all.yml
@@ -32,7 +32,7 @@ jobs:
32
run: v install pcre
33
34
- name: Check .v formatting
35
- run: v fmt . -c
+ run: v fmt -c aoc/
36
37
- name: Run verify.v to check solutions
38
run: cd aoc && v run verify.v
0 commit comments