1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

Removed failing fmt check from CI

This commit is contained in:
Rene Schallner 2023-04-28 21:08:06 +02:00
parent e080f0ccd1
commit 4be0d13bbf

View file

@ -27,8 +27,10 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- name: Check formatting
run: zig fmt --check .
- name: Check zig version
run: zig version
# - name: Check formatting -- craps out on build.zig.zon, doesn't let us --exclude it
# run: zig fmt --check .
- name: Build simple endpoint example
run: zig build endpoint
- name: Build tests