commitlint.yml 234 B

123456789101112
  1. name: Lint Commit Messages
  2. on: [pull_request, push]
  3. jobs:
  4. commitlint:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v2
  8. with:
  9. fetch-depth: 0
  10. - uses: wagoid/commitlint-github-action@v4