Skip to content

Build the nix derivation in CI #12

Build the nix derivation in CI

Build the nix derivation in CI #12

Workflow file for this run

name: Build the nix derivation
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix with cached packages
uses: ibbem/cache-install@952f948039f6b1025732c6b7d0b3b82e20f3912d
with:
key: nix-${{ hashFiles('.github/workflows/build.yml', 'default.nix', 'nix/**') }}
nix_file: nix/github-workflow-dependencies.nix
- name: Check Agda files
run: nix-shell --run 'make check'