ci/cd
This commit is contained in:
@@ -15,8 +15,13 @@ jobs:
|
||||
|
||||
- name: Install linters
|
||||
run: |
|
||||
apk add --no-cache python3 py3-pip bash git
|
||||
apk add --no-cache python3 py3-venv bash git
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install yamllint ansible-lint
|
||||
yamllint .
|
||||
ansible-lint infrastructure/playbooks
|
||||
|
||||
- name: YAML lint
|
||||
run: yamllint .
|
||||
|
||||
Reference in New Issue
Block a user