build: updates release and tooling flows

This commit is contained in:
GitHub Actions
2022-04-11 09:26:44 +02:00
parent e5ba2cf34b
commit b07cc92b5c
15 changed files with 16112 additions and 2911 deletions

1
.husky/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
_

4
.husky/commit-msg Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit $1

4
.husky/pre-commit Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install lint-staged