Skip to content

Commit db152db

Browse files
joehendrixclaude
andcommitted
Reference shared actions from Strata repo instead of vendoring
Replace the vendored composite actions (install-cvc5, install-z3, check-copyright-headers, lint-whitespace, check-lean-import, check-no-panic) with strata-org/Strata/.github/actions/<name>@main references, and delete the local copies and their backing scripts. This removes the duplication called out in review. lint-whitespace gets an explicit `directory: .` since its Strata default is `Strata`, which does not exist in this repo's layout. Keep restore-lake-cache and save-lake-cache local: the Strata versions hash `**/*.st` in the cache key, which is unstable here because the cloned Strata dependency drops .st files under .lake between restore and save, breaking fail-on-cache-miss. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 26d693b commit db152db

12 files changed

Lines changed: 13 additions & 360 deletions

File tree

.github/actions/check-copyright-headers/action.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/actions/check-lean-import/action.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/actions/check-no-panic/action.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/actions/install-cvc5/action.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/actions/install-z3/action.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/actions/lint-whitespace/action.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/scripts/checkLeanImport.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/scripts/checkNoPanic.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/scripts/check_copyright_headers.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/scripts/lintWhitespace.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)