Skip to content

refactor: the rest of the flatland #65

refactor: the rest of the flatland

refactor: the rest of the flatland #65

Workflow file for this run

name: build
on: [pull_request, push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check