Procházet zdrojové kódy

Define requirements_file argument, remove useless path argument

Ref: https://ansible.readthedocs.io/projects/lint/installing/#installing-ansible-lint-as-a-github-action
pull/3827/head
Slavi Pantaleev před 1 rokem
committed by GitHub
rodič
revize
8df99b3e16
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Zobrazit soubor

@@ -23,4 +23,4 @@ jobs:
- name: Run ansible-lint
uses: ansible/ansible-lint@v24.10.0
with:
path: roles/custom
requirements_file: requirements.yml

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