Sfoglia il codice sorgente

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 1 anno fa
committed by GitHub
parent
commit
8df99b3e16
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Vedi File

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

Caricamento…
Annulla
Salva