Procházet zdrojové kódy

Github action to lint with ansible-later

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

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

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

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