krata/.github/workflows/commitlint.yml

12 lines
225 B
YAML
Raw Normal View History

name: Lint Commit Messages
on: pull_request
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
2023-05-02 19:48:57 +02:00
- uses: wagoid/commitlint-github-action@v5