git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commita342f2dde9d2dd3cbea39cd65a5701df57e1c3ce
parent4a21cac6ef
authorIsaac Freund <[email protected]>
date2020-05-20 23:06
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