Skip to content

[bump] chart - 0.1.57 #71

[bump] chart - 0.1.57

[bump] chart - 0.1.57 #71

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
issue_comment:
types: [created]
jobs:
lint:
if: github.event_name != 'issue_comment' || contains(github.event.comment.body, '/generate')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: terraform-validate
uses: dflook/[email protected]
- name: Lint Terraform
uses: actionshub/terraform-lint@main
generate-docs:
if: github.event_name != 'issue_comment' || contains(github.event.comment.body, '/generate')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
config-file: .terraform-docs.yml
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"
git-commit-message: "chore: update terraform docs"