Procházet zdrojové kódy

Add ansible-lint in github actions

pull/1616/head
SkepticalWaves před 4 roky
committed by GitHub
rodič
revize
0f925368cf
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. +9
    -0
      .github/workflows/matrix.yml

+ 9
- 0
.github/workflows/matrix.yml Zobrazit soubor

@@ -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"

Načítá se…
Zrušit
Uložit