add community.general installation in github actions
This commit is contained in:
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
||||
# run: ansible-galaxy install -r requirements.yml
|
||||
# shell: micromamba-shell {0}
|
||||
|
||||
- name: "Install community.general collection"
|
||||
run: ansible-galaxy collection install community.general
|
||||
shell: micromamba-shell {0}
|
||||
|
||||
- name: Check workflow files themselves with ActionLint
|
||||
run: actionlint
|
||||
shell: micromamba-shell {0}
|
||||
|
||||
Reference in New Issue
Block a user