瀏覽代碼
Github action to lint with ansible-later
pull/1617/head
SkepticalWaves
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
6 行新增 和
0 行删除
-
.github/workflows/matrix.yml
|
|
|
@@ -14,3 +14,9 @@ jobs: |
|
|
|
uses: actions/checkout@v2.4.0 |
|
|
|
- name: 🚀 Run yamllint |
|
|
|
uses: frenck/action-yamllint@v1.1.2 |
|
|
|
ansiblelater: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: run ansible-later action |
|
|
|
uses: patrickjahns/ansible-later-action@master |