commitlint.yml 458 B

123456789101112131415
  1. name: "Commit Linter"
  2. on: pull_request
  3. jobs:
  4. lint-commits:
  5. runs-on: ubuntu-latest
  6. env:
  7. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  8. steps:
  9. - uses: actions/checkout@v2.3.1
  10. with:
  11. fetch-depth: 0
  12. - uses: wagoid/commitlint-github-action@v4
  13. with:
  14. configFile: .github/workflows/commitlint.config.js
  15. helpURL: https://github.com/LunarVim/LunarVim/blob/rolling/CONTRIBUTING.md#commit-messages