Skip to content

[forge] Ability to set onchain config in tests #50

[forge] Ability to set onchain config in tests

[forge] Ability to set onchain config in tests #50

name: "Terraform Freeze checker"
on:
pull_request:
paths:
- "terraform/**"
jobs:
check-terraform-modifications:
runs-on: ubuntu-latest
steps:
- run: |
echo "Terraform modifications in this repository are not allowed."
echo "The Source of Truth for Terraform is the internal-ops repository."
exit 1