Files
helm-gitea/.gitea/workflows/commitlint.yml
CSRBot fc987994ff
All checks were successful
commitlint / check-and-test (pull_request) Successful in 10s
check-and-test / check-and-test (pull_request) Successful in 37s
chore(deps): update commitlint/commitlint docker tag to v20.4.1
2026-02-07 22:27:04 +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.1
steps:
- uses: actions/checkout@v6
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json