Skip to content

docs(PHILOSOPHY): remove mixed style case #16

docs(PHILOSOPHY): remove mixed style case

docs(PHILOSOPHY): remove mixed style case #16

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v2
with:
version: 0.14.1
- run: zig build test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v2
with:
version: 0.14.1
- run: zig fmt --check .