Saltstack Official Syslog-NG Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
313B

  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