Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- ---
- name: Matrix CI
-
- on: # yamllint disable-line rule:truthy
- push:
- pull_request:
-
- jobs:
- yamllint:
- name: 🧹 yamllint
- runs-on: ubuntu-latest
- steps:
- - name: ⤵️ Check out configuration from GitHub
- uses: actions/checkout@v2.4.0
- - name: 🚀 Run yamllint
- uses: frenck/action-yamllint@v1.1.2
|