Skip to content

Add CI workflow (#1) #2

Add CI workflow (#1)

Add CI workflow (#1) #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v16
with:
name: stackptr
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix flake check
- run: nix build