Skip to content

collate: Reinstate Unicode normalization using zg #3

collate: Reinstate Unicode normalization using zg

collate: Reinstate Unicode normalization using zg #3

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: Build
run: zig build
- name: Test
run: zig build test