Skip to content

Commit

Permalink
ci: run the formatting check in check_all.yml for just the AoC folder
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 22, 2023
1 parent 090f7c0 commit 91973fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: v install pcre

- name: Check .v formatting
run: v fmt . -c
run: v fmt -c aoc/

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

0 comments on commit 91973fd

Please sign in to comment.