Skip to content

style & formatting & simplify some proofs #189

style & formatting & simplify some proofs

style & formatting & simplify some proofs #189

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- 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
- name: Build
run: lake build