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
|
||||
|
4
.github/workflows/terraform.yml
vendored
4
.github/workflows/terraform.yml
vendored
@ -12,6 +12,6 @@ jobs:
|
||||
with:
|
||||
version: "0.12.20"
|
||||
- name: Initialize Terraform
|
||||
run: cd terraform/ && terraform init
|
||||
run: ./scripts/terraform/terraform.sh init
|
||||
- name: Lint
|
||||
run: ./scripts/terraform-lint.sh
|
||||
run: ./scripts/terraform/lint.sh
|
||||
|
Reference in New Issue
Block a user