web/.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 20:48:57 +03:00
- uses: wagoid/commitlint-github-action@v5