Skip to content

chore: Update Lean to v4.24.0 (#66) #36

chore: Update Lean to v4.24.0 (#66)

chore: Update Lean to v4.24.0 (#66) #36

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@v5
- uses: leanprover/lean-action@v1
with:
build-args: "--wfail"