Skip to content

Commit

Permalink
ci: make sure that unformatted code in just cmd/ is not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed May 18, 2024
1 parent 961bc79 commit 14d8a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tools_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build V
run: make -j4 && ./v -showcc -o v cmd/v && ./v doctor
- name: Code in cmd/ is formatted
run: ./v fmt -verify cmd/
- name: Test
run: ./v test-self cmd
- name: Test (-cstrict)
Expand Down

0 comments on commit 14d8a97

Please sign in to comment.