Matrix Docker Ansible eploy
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- ---
- name: Matrix CI
-
- on:
- 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
|