Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4

- name: Setup Lean
- name: Setup Elan
uses: leanprover/lean-action@v1 # setup elan and fetch the Mathlib cache
with:
auto-config: false # don't automatically run lake build, lake test, lake lint
use-github-cache: false # avoid using the GitHub cache twice in one workflow

- name: Check mk_all
run: lake exe mk_all --check

- name: Build project
uses: leanprover/lean-action@v1

- name: Cache Mathlib Docs
Expand Down