BLOG-145 Add pre-commit hooks #147

Merged
squid merged 5 commits from BLOG-145_add_pre_commit_hooks into main 2025-10-15 13:11:26 +08:00
Showing only changes of commit 65a2b0a6d6 - Show all commits

View File

@ -8,11 +8,11 @@ repos:
pass_filenames: false
- id: backend-check
name: backend check
language: system
language: script
entry: ./script/backend-check.sh
pass_filenames: false
- id: frontend-lint
name: frontend lint
language: system
language: script
entry: ./script/frontend-lint.sh
pass_filenames: false