mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-26 23:43:05 +02:00
linters
This commit is contained in:
parent
4ae93e3143
commit
3d5ef8810b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -18,13 +18,13 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
sudo snap install shellcheck
|
sudo snap install shellcheck
|
||||||
pip install ansible-lint
|
pip install ansible-lint==6.3.0
|
||||||
|
|
||||||
- name: Checks and linters
|
- name: Checks and linters
|
||||||
run: |
|
run: |
|
||||||
/snap/bin/shellcheck algo install.sh
|
/snap/bin/shellcheck algo install.sh
|
||||||
ansible-playbook main.yml --syntax-check
|
ansible-playbook main.yml --syntax-check
|
||||||
ansible-lint==6.3.0 -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
|
||||||
|
|
||||||
scripted-deploy:
|
scripted-deploy:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Add table
Reference in a new issue