fix: harden provider registry drift check

This commit is contained in:
Hunter Bown
2026-05-27 06:19:32 -05:00
parent b0e7b67386
commit e2099dd691
3 changed files with 61 additions and 71 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Check formatting
run: cargo fmt --all -- --check
- name: Check provider registry drift
run: python scripts/check-provider-registry.py
run: python3 scripts/check-provider-registry.py
- name: Linux clippy location
run: echo "Linux clippy/test gates run on CNB for mirrored fix/*, rebrand/*, work/v*, and main branches."