Skip to content

README: remove FreeBSD and LOONGARCH #13

README: remove FreeBSD and LOONGARCH

README: remove FreeBSD and LOONGARCH #13

Workflow file for this run

name: Zig Check
on: [push, pull_request]
jobs:
zig-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: mlugg/setup-zig@v2
with:
version: latest
- run: zig fmt --check .