aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/on-commit.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml
index 937aeaa..e4eb4f8 100644
--- a/.github/workflows/on-commit.yml
+++ b/.github/workflows/on-commit.yml
@@ -6,7 +6,7 @@ on:
- 'main'
jobs:
- quality-checks:
+ python-quality-checks:
runs-on: ubuntu-latest
steps:
- uses : actions/checkout@v4
@@ -25,6 +25,9 @@ jobs:
- name : 'Python: Formatting'
run: |
black --check .
+ terraform-quality-checks:
+ runs-on: ubuntu-latest
+ steps:
- name: 'Terraform: Setup'
uses: hashicorp/setup-terraform@v3
with:
@@ -37,4 +40,4 @@ jobs:
run: terraform init -backend=false
- name: 'Terraform: Validate'
working-directory: ./terraform
- run: terraform validate
+ run: terraform validate \ No newline at end of file
git.ajschof.me — hosted by ajschofield — powered by cgit