Files
helm-gitea/.gitea/workflows/commitlint.yml
T
renovate-bot 6038e59805
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 40s
chore(deps): update workflow dependencies (minor & patch) (#158)
2026-08-15 00:08:57 +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.2.2
steps:
- uses: actions/checkout@v7
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json