fixup! ci: add action-semantic-pull-request
Some checks failed
Go / build (1.22) (pull_request) Successful in 13s
Go / build (1.23) (pull_request) Successful in 21s
Lint PR / commitlint (pull_request) Failing after 25s
Go / build (1.24) (pull_request) Successful in 20s

This commit is contained in:
Luís Murta 2025-06-21 19:28:21 +01:00
parent 1efac587f2
commit 65591b380b
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94

View File

@ -16,6 +16,11 @@ jobs:
with:
node-version: lts/*
- run: npm install -D @commitlint/cli @commitlint/config-conventional
- run: npm install -g @commitlint/config-conventional
- run: npx commitlint --from ${{ gitea.event.pull_request.base.sha }} --to ${{ gitea.event.pull_request.head.sha }} --verbose
- run: >-
npx commitlint
-g .github/workflows/commitlint.config.js
--from ${{ gitea.event.pull_request.base.sha }}
--to ${{ gitea.event.pull_request.head.sha }}
--verbose