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

17 行
334 B

  1. ---
  2. name: Matrix CI
  3. on: # yamllint disable-line rule:truthy
  4. push:
  5. pull_request:
  6. jobs:
  7. yamllint:
  8. name: 🧹 yamllint
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: ⤵️ Check out configuration from GitHub
  12. uses: actions/checkout@v3
  13. - name: 🚀 Run yamllint
  14. uses: frenck/action-yamllint@v1.1.2