Matrix Docker Ansible eploy
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.
 
 

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