Skip to content

fix: escape escape codes in the serializer #67

fix: escape escape codes in the serializer

fix: escape escape codes in the serializer #67

Workflow file for this run

name: "Build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: mattyhall
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix develop -c zig fmt --check .
- run: nix develop -c zig build
- run: nix develop -c zig build test