use json
Some checks failed
commitlint / check-and-test (pull_request) Failing after 9s
check-and-test / check-and-test (pull_request) Failing after 49s

This commit is contained in:
2025-02-05 19:28:22 +01:00
parent 11de9a1298
commit b7ac0e0aa3

3
.commitlintrc.json Normal file
View File

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

View File

@@ -12,4 +12,4 @@ jobs:
steps:
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | npx commitlint
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json

View File

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