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
|