Skip to content

permit headers directly before eof #71

permit headers directly before eof

permit headers directly before eof #71

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