Files
helm-gitea/.gitea/workflows/commitlint.yml
T
renovate-bot 0df7bad714
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 35s
chore(deps): update workflow dependencies (minor & patch) (#102)
2026-06-13 00:07:28 +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:21.0.2
steps:
- uses: actions/checkout@v6
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json