Skip to content

fix: bump the terraform_prod group in /prod with 2 updates #105

fix: bump the terraform_prod group in /prod with 2 updates

fix: bump the terraform_prod group in /prod with 2 updates #105

Workflow file for this run

---
name: checks
permissions:
contents: read
pull-requests: read
"on":
pull_request:
branches:
- main
jobs:
conventional-commits:
permissions:
contents: read
pull-requests: write
uses: broadinstitute/shared-workflows/.github/workflows/conventional-commit.yaml@v6.0.0
linting:
uses: broadinstitute/shared-workflows/.github/workflows/terraform-lint.yaml@v6.0.0
with:
tflint_config_path: ../.tflint.hcl
working_directory: prod
validation:
uses: broadinstitute/shared-workflows/.github/workflows/terraform-validate.yaml@v6.0.0
with:
working_directory: prod