Skip to content

Commit

Permalink
fix(tg-check): remove layer_path var
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevee authored Feb 21, 2025
1 parent c8cac45 commit 586cb3a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/terragrunt-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
required: false
type: string
default: modules
layers_path:
required: false
type: string
default: layers
checkov_enabled:
required: false
type: boolean
Expand Down Expand Up @@ -43,8 +39,8 @@ jobs:
tenv update-path
- name: terraform fmt of directory ${{ inputs.modules_path }}
run: terraform fmt -check -recursive -diff ${{ inputs.modules_path }}
- name: terragrunt fmt of directory ${{ inputs.layers_path }}
run: terragrunt hclfmt --terragrunt-check --terragrunt-diff ${{ inputs.layers_path }}
- name: terragrunt fmt of directory ${{ inputs.workdir }}
run: terragrunt hclfmt --check --diff ${{ inputs.workdir }}
- name: guacamole code quality checks
id: guacamole
uses: padok-team/guacamole-action@1cd4678ecf3f391ec25980769f1565ddd5cc6a4c # v1.3.1
Expand Down

0 comments on commit 586cb3a

Please sign in to comment.