Skip to content

Commit b129c0b

Browse files
SnO2WMaNclaude
andcommitted
Add leanchecker kernel-level validation step to CI build job
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0d0c517 commit b129c0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Build ProvabilityLogic
4848
run: lake build ProvabilityLogic
4949

50+
- name: Check environment with leanchecker
51+
run: lake env leanchecker ProvabilityLogic
52+
5053
- name: Pack project cache
5154
run: lake pack
5255
- name: Save project cache

0 commit comments

Comments
 (0)