Skip to content

Commit 91973fd

Browse files
committed
ci: run the formatting check in check_all.yml for just the AoC folder
1 parent 090f7c0 commit 91973fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: v install pcre
3333

3434
- name: Check .v formatting
35-
run: v fmt . -c
35+
run: v fmt -c aoc/
3636

3737
- name: Run verify.v to check solutions
3838
run: cd aoc && v run verify.v

0 commit comments

Comments
 (0)