Skip to content

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

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

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

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/complete/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/basic/'
tf-checks-mongodb-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/mongodb/'
tf-checks-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/mysql/'
tf-checks-postgresql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/postgresql/'
tf-checks-redis-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/redis/'
tf-checks-replica-db-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/replica-db/'