Files
helm-gitea/.gitea/workflows/commitlint.yml
Renovate Bot 606e6042fd
Some checks failed
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 47s
generate-chart / generate-chart-publish (push) Successful in 33s
generate-chart / release-gitea (push) Failing after 19s
chore(deps): update workflow dependencies (minor & patch) (#47)
2026-03-07 03:01:52 +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.3
steps:
- uses: actions/checkout@v6
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json