Merge pull request 'fix(setup): Fix pre-push lint and format from all files to push_files' (#4) from fixes/lefthook-config into main
Some checks failed
Build / Build Project (push) Failing after 3s
Deploy / Lint Check (push) Successful in 0s
Deploy / Test Suite (push) Successful in 0s
Deploy / Build Verification (push) Successful in 0s
Lint / Lint Code (push) Failing after 2s
Test / Type Check (push) Failing after 2s
Deploy / Deploy to ${{ github.event.inputs.environment || 'production' }} (push) Failing after 2s

Reviewed-on: glyphdiff.com/frontend-sveltekit#4
This commit was merged in pull request #4.
This commit is contained in:
2025-12-30 10:31:04 +00:00

View File

@@ -20,7 +20,9 @@ pre-push:
run: yarn svelte-check --threshold warning run: yarn svelte-check --threshold warning
format-check: format-check:
run: yarn dprint check glob: "*.{ts,js,svelte,json,md}"
run: yarn dprint check {push_files}
lint-full: lint-full:
run: yarn oxlint . glob: "*.{ts,js,svelte}"
run: yarn oxlint {push_files}