Skip to content

chore: add link to unicode branch in readme #22

chore: add link to unicode branch in readme

chore: add link to unicode branch in readme #22

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- unicode
push:
branches:
- main
- ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup zig
uses: mlugg/setup-zig@v1
with:
version: master
- name: Build and test
run: zig build test -Dunicode