datastore/.github/workflows/commitlint.config.js
Luís Murta 07d28dc147
All checks were successful
Go / build (1.23) (pull_request) Successful in 17s
Go / build (1.24) (pull_request) Successful in 15s
Go / build (1.22) (pull_request) Successful in 20s
Lint PR / commitlint (pull_request) Successful in 18s
Go / build (1.22) (push) Successful in 16s
Go / build (1.23) (push) Successful in 14s
Go / build (1.24) (push) Successful in 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 19:37:15 +01:00

4 lines
68 B
JavaScript

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