瀏覽代碼

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 年之前
committed by GitHub
父節點
當前提交
8df99b3e16
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml 查看文件

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

Loading…
取消
儲存