Browse Source

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 year ago
committed by GitHub
parent
commit
8df99b3e16
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml View 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

Loading…
Cancel
Save