Skip to content

should check copy/paste when working with other repos #8

should check copy/paste when working with other repos

should check copy/paste when working with other repos #8

Workflow file for this run

name: CI Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v2
with:
version: "0.15.2"
- run: zig build --summary all