mirror of
https://github.com/vlang/v.git
synced 2025-09-13 09:25:45 -04:00
ci: make sure that unformatted code in just cmd/ is not allowed
This commit is contained in:
parent
961bc7907c
commit
14d8a97fe6
2
.github/workflows/tools_ci.yml
vendored
2
.github/workflows/tools_ci.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build V
|
- name: Build V
|
||||||
run: make -j4 && ./v -showcc -o v cmd/v && ./v doctor
|
run: make -j4 && ./v -showcc -o v cmd/v && ./v doctor
|
||||||
|
- name: Code in cmd/ is formatted
|
||||||
|
run: ./v fmt -verify cmd/
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./v test-self cmd
|
run: ./v test-self cmd
|
||||||
- name: Test (-cstrict)
|
- name: Test (-cstrict)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user