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

20 行
372 B

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