Skip to content

chore: update versions and fix github workflow for docs check #2

chore: update versions and fix github workflow for docs check

chore: update versions and fix github workflow for docs check #2

Workflow file for this run

name: Documentation Check
on:
pull_request:
branches:
- main
jobs:
check_readme:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup terraform-docs
uses: terraform-docs/gh-actions@v1.2.0
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "false"
fail-on-diff: true