瀏覽代碼

Add ansible-lint in github actions

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

+ 9
- 0
.github/workflows/matrix.yml 查看文件

@@ -14,3 +14,12 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1.2
ansiblelint:
name: ansible-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: "setup.yml"

Loading…
取消
儲存