Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
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