Skip to content

Build the nix derivation in CI #2

Build the nix derivation in CI

Build the nix derivation in CI #2

Workflow file for this run

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