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