Skip to content

Typing rules changes (#47) #62

Typing rules changes (#47)

Typing rules changes (#47) #62

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
nix-build:
name: ${{ matrix.pretty }} with nix (${{ matrix.derivation }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
derivation: [agda-core-hs, agda-core-lib]
include:
- pretty: "Build Haskell library"
derivation: agda-core-hs
- pretty: "Typecheck with Agda"
derivation: agda-core-lib
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: nix build .#${{ matrix.derivation }} --print-build-logs