mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-15 02:52:12 +00:00
feat: enforce supply chain policy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: verify-phase6 verify-enet-integration verify-steam-templates
|
||||
.PHONY: verify-phase6 verify-enet-integration verify-steam-templates verify-supply-chain
|
||||
|
||||
verify-phase6:
|
||||
bash scripts/verify_phase6.sh
|
||||
@@ -8,3 +8,6 @@ verify-enet-integration:
|
||||
|
||||
verify-steam-templates:
|
||||
bash scripts/verify_steam_templates.sh
|
||||
|
||||
verify-supply-chain:
|
||||
python3 scripts/verify_supply_chain.py
|
||||
|
||||
Reference in New Issue
Block a user