Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

commitlint.yml 313B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. name: Commitlint
  5. 'on': [pull_request]
  6. jobs:
  7. lint:
  8. runs-on: ubuntu-latest
  9. env:
  10. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  11. steps:
  12. - uses: actions/checkout@v2
  13. with:
  14. fetch-depth: 0
  15. - uses: wagoid/commitlint-github-action@v1