webapp-spa-react/.github/workflows/commitlint.config.js
Luís Murta 405a8bd176
Some checks failed
Lint PR / commitlint (pull_request) Failing after 13s
ci: add commitlint action
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

4 lines
68 B
JavaScript

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