Compare commits

..

1 Commits

Author SHA1 Message Date
405a8bd176
ci: add commitlint action
Some checks failed
Lint PR / commitlint (pull_request) Failing after 13s
To check that commits are according to the Conventional Commits spec.
https://www.conventionalcommits.org/en/v1.0.0/
2025-06-21 22:58:50 +01:00

View File

@ -13,7 +13,10 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- run: >- - run: >-
npx commitlint npx
--package @commitlint/cli
--package @commitlint/config-conventional
commitlint
-g .github/workflows/commitlint.config.js -g .github/workflows/commitlint.config.js
--from ${{ gitea.event.pull_request.base.sha }} --from ${{ gitea.event.pull_request.base.sha }}
--to ${{ gitea.event.pull_request.head.sha }} --to ${{ gitea.event.pull_request.head.sha }}