Compare commits

...

2 Commits

Author SHA1 Message Date
1a49a7bc34 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
2025-12-30 10:31:04 +00:00
Ilia Mashkov
b94b0e8b72 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
2025-12-30 13:26:50 +03:00

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}