ci: add action to enforce semantic PR titles and run tests (#55)

This commit is contained in:
Adem Baccara
2025-09-19 12:31:49 +01:00
committed by GitHub
parent 3b9f866d55
commit 87c7f40d2d
5 changed files with 144 additions and 1 deletions
+8 -1
View File
@@ -14,7 +14,14 @@ issues:
- dupl
- lll
# exclude some linters for the test directory and test files
- path: test/.*|.*_test\.go
linters:
- dupl
- errcheck
- goconst
- gocyclo
- gosec
linters:
disable-all: true