Skip to content

Testing Workflows

Testing Workflows #15

Workflow file for this run

---
name: Terraform
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
budgets-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
name: Budgets Validation
with:
working-directory: modules/budgets
team-budgets-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
name: Team Budgets Validation
with:
working-directory: modules/team-budgets