Explorar el Código

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 hace 1 año
committed by GitHub
padre
commit
8df99b3e16
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Ver fichero

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

Cargando…
Cancelar
Guardar