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

3
commitlint.config.ts Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional']
};