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
|
||||
|
||||
- name: ansible/collections
|
||||
shell: bash
|
||||
run: |
|
||||
echo /root/.local/bin >> $FORGEJO_PATH
|
||||
pipx install ansible-core ansible-lint
|
||||
ansible-galaxy collection install -r meta/requirements.yml
|
||||
env:
|
||||
PY_COLORS: '1'
|
||||
ANSIBLE_FORCE_COLOR: '1'
|
||||
|
||||
- run: ansible-lint
|
||||
- name: ansible-lint
|
||||
shell: bash
|
||||
run: |
|
||||
echo /root/.local/bin >> $FORGEJO_PATH
|
||||
ansible-lint
|
||||
env:
|
||||
PY_COLORS: '1'
|
||||
ANSIBLE_FORCE_COLOR: '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue