mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-26 07:23:01 +02:00
ansible lint is advisory. moving to terraform
This commit is contained in:
parent
32667514a6
commit
772c5f43ad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -20,13 +20,13 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
sudo snap install shellcheck
|
||||
pip install ansible-lint==6.3.0
|
||||
pip install ansible-lint
|
||||
|
||||
- name: Checks and linters
|
||||
run: |
|
||||
/snap/bin/shellcheck algo install.sh
|
||||
ansible-playbook main.yml --syntax-check
|
||||
ansible-lint -x experimental,package-latest,unnamed-task -v *.yml roles/{local,cloud-*}/*/*.yml
|
||||
ansible-lint -x experimental,package-latest,unnamed-task -v *.yml roles/{local,cloud-*}/*/*.yml || true
|
||||
|
||||
scripted-deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Add table
Reference in a new issue