Files
landing/.husky/pre-commit
mifi d7e427f164
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Fixes so services page comes up (hopefully)
2026-03-09 22:02:28 -03:00

5 lines
133 B
Plaintext

# Only run CI tests when files under src/ are changed
if git diff --cached --name-only | grep -q '^src/'; then
pnpm run test:ci
fi