Merge pull request #24 from offendingcommit/chore/local-prepush-gates

chore(hooks): local pre-push gate + secret scan
This commit is contained in:
Offending Commit
2026-05-28 14:20:45 -05:00
committed by GitHub
6 changed files with 202 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"check": "turbo run lint typecheck test",
"ci:web": "turbo run lint typecheck test build --filter=@openconcho/web",
"ci:desktop": "turbo run cargo-check --filter=@openconcho/desktop",
"pr:evidence": "./scripts/pr-evidence.sh",
"prepare": "husky"
},
"devDependencies": {