Files
helm-gitea/.gitea/workflows/commitlint.yml
T
renovate-bot fda98b3ad4
commitlint / check-and-test (pull_request) Successful in 10s
check-and-test / check-and-test (pull_request) Successful in 35s
chore(deps): update commitlint/commitlint docker tag to v21.1.0
2026-06-27 00:06:38 +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.1.0
steps:
- uses: actions/checkout@v7
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json