Skip to content

build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 #71

build(deps): bump pre-commit/action from 3.0.0 to 3.0.1

build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 #71

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-private-subnet-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/private-subnet/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/basic/'
tf-checks-public-private-subnet-single-nat-gateway-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/public-private-subnet-single-nat-gateway/'
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/complete/'
tf-checks-public-subnet-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/public-subnet/'