Skip to content

CI: test + generate HTML #85

CI: test + generate HTML

CI: test + generate HTML #85

Workflow file for this run

name: "Nix CI"
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
workflow_dispatch:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- run: sudo apt install cabal-install
- run: nix build ./#agda2lambox --print-build-logs