Skip to content

feat: Rounding Proof: Galois Connection [3/?] #380

feat: Rounding Proof: Galois Connection [3/?]

feat: Rounding Proof: Galois Connection [3/?] #380

Workflow file for this run

name: Core Library
on:
push:
branches:
- main
pull_request:
merge_group:
permissions:
contents: read
jobs:
build:
name: core library (no mathlib)
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Build with lean-action
uses: leanprover/lean-action@v1
with:
use-mathlib-cache: false
use-github-cache: true
build: true
test: false