Skip to content

feat(registry-webhook-sync): Introducing Terraform Registry webhook sync workflow 🚀 #177

feat(registry-webhook-sync): Introducing Terraform Registry webhook sync workflow 🚀

feat(registry-webhook-sync): Introducing Terraform Registry webhook sync workflow 🚀 #177

---
name: 🔍 PR Validation
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-validation:
uses: ./.github/workflows/pr-checks.yml
...