Merge pull request #278 from leanprover/bump_to_v4.20.0-rc2 #5039
This file contains hidden or 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: batteries test build | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| pull_request: | |
| jobs: | |
| build: | |
| name: doc-gen test build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v4 | |
| - name: install elan and build doc-gen4 | |
| uses: leanprover/lean-action@v1 | |
| with: | |
| build-args: "--wfail" | |
| - run: | | |
| export LEAN_ABORT_ON_PANIC=1 | |
| lake build DocGen4:docs |