Skip to content

PLT-1041 converted output value to empty to align with the dependenci… #19

PLT-1041 converted output value to empty to align with the dependenci…

PLT-1041 converted output value to empty to align with the dependenci… #19

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@master
- name: terraform-docs
run: |
make gen
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }