Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kernel 0.1.0-dev.2

kernel 0.1.0-dev.2 #3

Workflow file for this run

name: Zig Format Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
with:
version: 0.14.1
- run: |
zig fmt --check .