Skip to content

feat(st): prove ST-7 checkpoint replacement is strictly forward #76

feat(st): prove ST-7 checkpoint replacement is strictly forward

feat(st): prove ST-7 checkpoint replacement is strictly forward #76

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
build:
name: lake build
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Lean and run lake build
uses: leanprover/lean-action@v1
with:
use-mathlib-cache: false
build-args: ""