瀏覽代碼

Github action to lint with ansible-later

pull/1617/head
SkepticalWaves 4 年之前
committed by GitHub
父節點
當前提交
2532ff3641
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      .github/workflows/matrix.yml

+ 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

Loading…
取消
儲存