Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
Run zig fmt in CI builds
.github/workflows/ci_build.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index 8da122b..f8cb452 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -30,10 +30,14 @@ jobs:
- name: Checkout Code
uses: actions/checkout@master
- - name: Build
+ - name: build
run: |
zig build
- - name: Test
+ - name: test
run: |
zig build test
+
+ - name: zig fmt
+ run: |
+ zig fmt --check src/**/*.zig