chore: fix precommit for eslint (#32596)

This commit is contained in:
Maxime Beauchemin
2025-03-12 11:26:36 -07:00
committed by GitHub
parent 1e20b048d3
commit 664047f3fb
3 changed files with 29 additions and 35 deletions

View File

@@ -56,8 +56,7 @@ jobs:
- name: pre-commit
run: |
set +e # Don't exit immediately on failure
# Skip auto-fixing in CI to ensure changes are committed locally
export SKIP_FIX=1
export SKIP=eslint-frontend,type-checking-frontend
pre-commit run --all-files
PRE_COMMIT_EXIT_CODE=$?
git diff --quiet --exit-code