Procházet zdrojové kódy

add ansible-lint; cleanup yamllint

pull/1939/head
Aine před 3 roky
rodič
revize
c0ad515920
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 34969C908CCA2804
1 změnil soubory, kde provedl 11 přidání a 3 odebrání
  1. +11
    -3
      .github/workflows/matrix.yml

+ 11
- 3
.github/workflows/matrix.yml Zobrazit soubor

@@ -7,10 +7,18 @@ on: # yamllint disable-line rule:truthy

jobs:
yamllint:
name: 🧹 yamllint
name: yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
- name: Check out
uses: actions/checkout@v3
- name: 🚀 Run yamllint
- name: Run yamllint
uses: frenck/action-yamllint@v1.2.0
ansible-lint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main

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