fix(pre-commit): remove deprecated stage name & port to GitHub Actions (#5)
Release pipeline / Precommit check (push) Has been cancelled

This commit is contained in:
Iain Sproat
2026-04-03 10:31:16 +01:00
committed by GitHub
parent 20883c95e8
commit e4bde6ce7c
8 changed files with 44 additions and 184 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ set -eo pipefail
if [[ -z "${CI}" ]]; then
ggshield secret scan pre-commit
else
echo "In a CI environment, so skipping GitGuardian ggshield"
echo "Detected that this script is running in a CI environment, so skipping GitGuardian ggshield"
fi