Skip to content

PLT-878 - Add support for rulesets #86

PLT-878 - Add support for rulesets

PLT-878 - Add support for rulesets #86

Workflow file for this run

---
###
### Checks terraform-docs generation
###
name: terraform-docs
on: [pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: terraform-docs
run: |
make terraform-docs
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }