Files
helm-gitea/.gitea/workflows/commitlint.yml
Renovate Bot f1f24605d7
All checks were successful
changelog / changelog (push) Successful in 12s
check-and-test / check-and-test (push) Successful in 51s
chore(deps): update commitlint/commitlint docker tag to v20.4.0 (#17)
2026-01-31 02:01:49 +00:00

20 lines
386 B
YAML

name: commitlint
on:
pull_request:
branches:
- "*"
types:
- opened
- edited
jobs:
check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:20.4.0
steps:
- uses: actions/checkout@v6
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json