mirror of
https://github.com/NilsIrl/dockerc.git
synced 2025-09-27 03:15:58 +08:00
Add zig fmt CI
This commit is contained in:
10
.github/workflows/ci.yml
vendored
Normal file
10
.github/workflows/ci.yml
vendored
Normal 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 .
|
Reference in New Issue
Block a user