Skip to content

feat: build Fp.basic theory to show that toExtRat is injective (#50) #375

feat: build Fp.basic theory to show that toExtRat is injective (#50)

feat: build Fp.basic theory to show that toExtRat is injective (#50) #375

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