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:
parent
e080f0ccd1
commit
4be0d13bbf
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue