mirror of
https://github.com/zigzap/zap.git
synced 2025-10-22 08:04: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
|
- uses: goto-bus-stop/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Check formatting
|
- name: Check zig version
|
||||||
run: zig fmt --check .
|
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
|
- name: Build simple endpoint example
|
||||||
run: zig build endpoint
|
run: zig build endpoint
|
||||||
- name: Build tests
|
- name: Build tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue