Skip to content

feat: Added tflint and tfchekcs workfow #4

feat: Added tflint and tfchekcs workfow

feat: Added tflint and tfchekcs workfow #4

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
example-complete:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/complete'
example-diff_sub:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/diff_sub'