Skip to content

State the Bourbaki theorem in LaTeX #272

State the Bourbaki theorem in LaTeX

State the Bourbaki theorem in LaTeX #272

Workflow file for this run

on:
pull_request:
jobs:
build_project:
runs-on: ubuntu-latest
name: Build project
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install elan
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.0.0
- name: Get cache
run: ~/.elan/bin/lake exe cache get
- name: Build project
run: ~/.elan/bin/lake build FLT