fix(setup): Fix pre-push lint and format from all files to push_files
Some checks failed
Build / Build Project (pull_request) Failing after 3s
Lint / Lint Code (pull_request) Failing after 2s
Test / Type Check (pull_request) Failing after 2s

This commit is contained in:
Ilia Mashkov
2025-12-30 13:26:50 +03:00
parent 4c965fae90
commit b94b0e8b72

View File

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