fixup! ci: add action-semantic-pull-request
All checks were successful
Go / build (1.23) (pull_request) Successful in 12s
Go / build (1.22) (pull_request) Successful in 14s
Lint PR / commitlint (pull_request) Successful in 17s
Go / build (1.24) (pull_request) Successful in 19s

This commit is contained in:
Luís Murta 2025-06-21 19:32:21 +01:00
parent 65591b380b
commit b3d5d4ade8
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,3 @@
export default {
extends: ["@commitlint/config-conventional"],
};

View File

@ -16,8 +16,6 @@ jobs:
with:
node-version: lts/*
- run: npm install -g @commitlint/config-conventional
- run: >-
npx commitlint
-g .github/workflows/commitlint.config.js