Skip to content

feat: Formatted all the code and added addons #19

feat: Formatted all the code and added addons

feat: Formatted all the code and added addons #19

Workflow file for this run

name: tf-lint
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tflint:
uses: clouddrove/test-tfsec/.github/workflows/[email protected]

Check failure on line 9 in .github/workflows/terraform.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/terraform.yml

Invalid workflow file

error parsing called workflow ".github/workflows/terraform.yml" -> "clouddrove/test-tfsec/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
GITHUB: ${{ secrets.GITHUB }}
tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
secrets: inherit
with:
working_directory: '.'
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/'