fix(ci): update commit lint
changelog / changelog (push) Successful in 15s
Helm / helm-lint (push) Successful in 7s
Helm / helm-unittest (push) Failing after 19s

This commit is contained in:
2026-09-13 23:12:40 +02:00
parent b2af7400b5
commit 69b546d1cd
+16
View File
@@ -0,0 +1,16 @@
name: Commit Linter
on:
pull_request:
branches: [ "*" ]
types: [ "opened", "edited" ]
jobs:
check-and-test:
runs-on: ubuntu-latest
container: docker.io/commitlint/commitlint:21.2.1
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Verify PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json