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"
|
||||
os: ubuntu-latest
|
||||
- zig-version: "master"
|
||||
check-format: true
|
||||
os: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
@ -32,8 +31,7 @@ jobs:
|
||||
with:
|
||||
version: ${{ matrix.zig-version }}
|
||||
|
||||
- if: ${{ matrix.check-format }}
|
||||
name: Check Formatting
|
||||
- name: Check Formatting
|
||||
run: zig fmt --ast-check --check .
|
||||
|
||||
- name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user