Skip to content

Update flake.nix, run CI with GitHub actions #3

Update flake.nix, run CI with GitHub actions

Update flake.nix, run CI with GitHub actions #3

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check
- run: nix develop --command tsc
- run: nix shell --command tests/run.sh