mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
fix: Lean CI — remove redundant SilverSightFormal build (lake build handled by lean-action)
This commit is contained in:
parent
1149f0f41b
commit
7dfd05255a
1 changed files with 0 additions and 4 deletions
4
.github/workflows/lean-check.yml
vendored
4
.github/workflows/lean-check.yml
vendored
|
|
@ -7,10 +7,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install Lean
|
||||
uses: leanprover/lean-action@v1
|
||||
- name: Build default target
|
||||
run: lake build
|
||||
- name: Build formal library
|
||||
run: lake build SilverSightFormal
|
||||
- name: Check for non-TODO sorries
|
||||
run: |
|
||||
SORRY_COUNT=$(grep -rn "^ sorry$\|^ sorry$\|^sorry$" formal/SilverSight/ Core/ || true | wc -l)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue