Files
helm-gitea/.gitea/workflows/commitlint.yml
T
renovate-bot 914c064e92
changelog / changelog (push) Successful in 8s
check-and-test / check-and-test (push) Successful in 42s
chore(deps): update workflow dependencies (minor & patch) (#124)
2026-07-11 01:01:32 +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.1
steps:
- uses: actions/checkout@v7
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json