Skip to content

Bump pre-commit/action from 2.0.0 to 3.0.0 (#31) #11

Bump pre-commit/action from 2.0.0 to 3.0.0 (#31)

Bump pre-commit/action from 2.0.0 to 3.0.0 (#31) #11

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-MariaDb-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/MariaDb/'
tf-checks-PostgreSQL:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/PostgreSQL/'
tf-checks-complete-mssql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/complete-mssql/'
tf-checks-complete-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/complete-mysql/'
tf-checks-oracle_db-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/oracle_db/'
tf-checks-replica-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/replica-mysql/'