This commit is contained in:
parent
ff29027991
commit
aff64b59df
1 changed files with 7 additions and 1 deletions
|
@ -23,14 +23,20 @@ jobs:
|
||||||
- uses: actions/checkout@v3 # definitely needs nodejs, probably git
|
- uses: actions/checkout@v3 # definitely needs nodejs, probably git
|
||||||
|
|
||||||
- name: ansible/collections
|
- name: ansible/collections
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
echo /root/.local/bin >> $FORGEJO_PATH
|
||||||
pipx install ansible-core ansible-lint
|
pipx install ansible-core ansible-lint
|
||||||
ansible-galaxy collection install -r meta/requirements.yml
|
ansible-galaxy collection install -r meta/requirements.yml
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
|
|
||||||
- run: ansible-lint
|
- name: ansible-lint
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo /root/.local/bin >> $FORGEJO_PATH
|
||||||
|
ansible-lint
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue