Skip to content

chore: Update Lean to v4.23.0 #26

chore: Update Lean to v4.23.0

chore: Update Lean to v4.23.0 #26

Workflow file for this run

name: CI Tests
on:
push:
branches: main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lean:
name: Lean Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: leanprover/lean-action@v1
with:
build-args: "--wfail"
nix:
name: Nix Flake Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build --accept-flake-config