Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Merge pull request #127 from gradetools/testing/rolling #183

Merge pull request #127 from gradetools/testing/rolling

Merge pull request #127 from gradetools/testing/rolling #183

Workflow file for this run

name: Evaluation Check
on: [push, pull_request, workflow_dispatch]
jobs:
checks:
name: Evaluation Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
install_url: https://nixos.org/nix/install
extra_nix_config: |
auto-optimise-store = true
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- run: nix flake check --verbose