Build the project #211
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
run-name: Build the project | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: leanprover/lean-action@v1 | |
with: | |
check-reservoir-eligibility: true | |
# use setup from lean-action to perform the following steps | |
- name: verify `lake exe graph` works | |
run: | | |
lake exe graph | |
rm import_graph.dot |