ci: add base code and tools

This commit is contained in:
Riccardo
2024-06-20 23:47:43 +02:00
parent 2ce49a0e6f
commit d166c6781c
22 changed files with 11644 additions and 123 deletions

8
.husky/pre-commit Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn audit-ci
yarn format
yarn lint-staged
yarn typecheck
yarn build