Fix zig fmt for CI
This commit is contained in:
parent
939beef168
commit
358481060d
2 changed files with 6 additions and 2 deletions
4
.github/workflows/ci_build.yml
vendored
4
.github/workflows/ci_build.yml
vendored
|
@ -35,4 +35,6 @@ jobs:
|
|||
|
||||
- name: zig fmt
|
||||
run: |
|
||||
zig fmt --check src/**/*.zig
|
||||
zig fmt --check river/**/*.zig
|
||||
zig fmt --check riverctl/**/*.zig
|
||||
zig fmt --check build.zig
|
||||
|
|
4
.github/workflows/ci_build_xwayland.yml
vendored
4
.github/workflows/ci_build_xwayland.yml
vendored
|
@ -35,4 +35,6 @@ jobs:
|
|||
|
||||
- name: zig fmt
|
||||
run: |
|
||||
zig fmt --check src/**/*.zig
|
||||
zig fmt --check river/**/*.zig
|
||||
zig fmt --check riverctl/**/*.zig
|
||||
zig fmt --check build.zig
|
||||
|
|
Loading…
Reference in a new issue