Compare commits
2 Commits
ea53b8380f
...
a84b1a3dd8
Author | SHA1 | Date | |
---|---|---|---|
a84b1a3dd8 | |||
4acdc01d4e |
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -20,7 +20,6 @@ jobs:
|
|||||||
- zig-version: "0.12.1"
|
- zig-version: "0.12.1"
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- zig-version: "master"
|
- zig-version: "master"
|
||||||
check-format: true
|
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
@ -32,8 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ matrix.zig-version }}
|
version: ${{ matrix.zig-version }}
|
||||||
|
|
||||||
- if: ${{ matrix.check-format }}
|
- name: Check Formatting
|
||||||
name: Check Formatting
|
|
||||||
run: zig fmt --ast-check --check .
|
run: zig fmt --ast-check --check .
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user