Restructure helper scripts so they're slightly more useful
This commit is contained in:
4
.github/workflows/ansible.yml
vendored
4
.github/workflows/ansible.yml
vendored
@ -12,6 +12,6 @@ jobs:
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: ./scripts/setup.sh
|
||||
run: ./scripts/ansible/setup.sh
|
||||
- name: Run linters
|
||||
run: ./scripts/ansible-lint.sh
|
||||
run: ./scripts/ansible/lint.sh
|
||||
|
Reference in New Issue
Block a user