Add zig fmt CI

This commit is contained in:
Nils
2024-08-09 04:18:07 +00:00
parent 6658a8ce73
commit 817b4cab65

10
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- run: zig fmt --check .