mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-08-18 06:30:36 +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
|
- uses: actions/checkout@v4
|
||||||
- name: Install Lean
|
- name: Install Lean
|
||||||
uses: leanprover/lean-action@v1
|
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
|
- name: Check for non-TODO sorries
|
||||||
run: |
|
run: |
|
||||||
SORRY_COUNT=$(grep -rn "^ sorry$\|^ sorry$\|^sorry$" formal/SilverSight/ Core/ || true | wc -l)
|
SORRY_COUNT=$(grep -rn "^ sorry$\|^ sorry$\|^sorry$" formal/SilverSight/ Core/ || true | wc -l)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue