Skip to content

Added new github-action and updated versions #2

Added new github-action and updated versions

Added new github-action and updated versions #2

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-anomaly-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
with:
working_directory: './_example/anomaly_example/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
with:
working_directory: './_example/basic_example/'
tf-checks-expression-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
with:
working_directory: './_example/expression_example/'