Skip to content

update README.md

update README.md #110

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/tf-checks.yml@1.2.4
with:
working_directory: './examples/complete/'
tf-checks-cors_s3-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
with:
working_directory: './examples/cors_s3/'
tf-checks-default-s3-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
with:
working_directory: './examples/default-s3/'
tf-checks-encryption-s3-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
with:
working_directory: './examples/encryption-s3/'
tf-checks-logging-encryption-s3-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
with:
working_directory: './examples/logging-encryption-s3/'
tf-checks-logging-s3-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
with:
working_directory: './examples/logging-s3/'
tf-checks-s3-replication-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
with:
working_directory: './examples/s3-replication/'
tf-checks-website-s3-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.4
with:
working_directory: './examples/website-s3/'