Biome: Pre-commit workflow fix

This commit is contained in:
Utkarsh-Patel-13 2025-07-27 12:22:19 -07:00
parent 0f3609308e
commit cfa5693d4a

View file

@ -276,6 +276,7 @@ jobs:
echo "Running TypeScript/JavaScript checks on changed files against $BASE_REF"
# Run only Biome hooks on changed TypeScript/JavaScript files
# Biome hooks use --diagnostic-level=error to only fail on errors, not warnings
SKIP=detect-secrets,bandit,check-yaml,check-json,check-toml,check-merge-conflict,check-added-large-files,debug-statements,check-case-conflict,ruff,ruff-format,commitizen \
pre-commit run --from-ref $BASE_REF --to-ref HEAD || exit_code=$?