Restructure helper scripts so they're slightly more useful

This commit is contained in:
Jake Howard
2020-02-22 20:41:04 +00:00
parent ac6210d618
commit 34aa3a52f8
9 changed files with 11 additions and 20 deletions

View File

@ -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

View File

@ -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