1
0
mirror of https://gitea.com/gitea/helm-chart synced 2025-10-06 00:43:12 +02:00
Files
helm-chart/.gitea/workflows/commitlint.yml
2025-02-05 19:34:22 +01:00

17 lines
345 B
YAML

name: commitlint
on:
pull_request:
branches:
- "*"
jobs:
check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:19.7.1
steps:
- uses: actions/checkout@v4
- name: check PR title
run: |
echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json