Skip to content

Create Godel.lean file for Beta Function Lemma. Removed from Arith. Could you please remove the import from Vorspeil? #19

Create Godel.lean file for Beta Function Lemma. Removed from Arith. Could you please remove the import from Vorspeil?

Create Godel.lean file for Beta Function Lemma. Removed from Arith. Could you please remove the import from Vorspeil? #19

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install elan
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Cache dependencies
uses: actions/cache@v3
with:
path: |
./lake-packages
key: deps-${{ runner.os }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('lake-manifest.json') }}
restore-keys: |
deps-${{ runner.os }}-${{ hashFiles('lean-toolchain') }}
- name: Cache build
uses: actions/cache@v3
with:
path: |
./build
key: build-${{ runner.os }}-${{ hashFiles('lean-toolchain') }}-${{ github.sha }}
restore-keys: |
build-${{ runner.os }}-${{ hashFiles('lean-toolchain') }}
- name: Build
run: |
lake exe cache get
lake build