Skip to content

finish the proof of aut_equiv_of_finrank_eq_one and move the file into ain dir #77

finish the proof of aut_equiv_of_finrank_eq_one and move the file into ain dir

finish the proof of aut_equiv_of_finrank_eq_one and move the file into ain dir #77

Workflow file for this run

name: Build
permissions:
contents: write
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install Lean
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s - -y --default-toolchain `cat ./lean-toolchain`
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- run: lake exe cache get && lake build