fix(ci): adapt commitlint
All checks were successful
Run Helm tests / Execute helm template (push) Successful in 9s
Run Helm tests / Execute helm lint (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 25s
Markdown linter / Execute npm run readme:lint (push) Successful in 8s
Markdown linter / Execute npm run readme:parameters (push) Successful in 9s
Markdown linter / Execute npm run readme:link (push) Successful in 37s

This commit is contained in:
2025-09-30 22:15:23 +02:00
parent ee199f21bd
commit 9a64d5b457

View File

@@ -1,19 +1,17 @@
name: commitlint name: Rum commitlint
on: on:
pull_request: pull_request:
branches: branches: [ '**' ]
- "*" types: [ "opened", "edited" ]
types:
- opened
- edited
jobs: jobs:
check-and-test: check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:19.9.1 container: commitlint/commitlint:19.9.1
name: Execute commitlint
runs-on: docker.io/ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: check PR title - name: Check PR title
run: | run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json