Skip to content

Commit

Permalink
Workflow Terraform Lint: Ajout argument recursive
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Gagné <[email protected]>
  • Loading branch information
Francis Gagné committed Apr 30, 2024
1 parent 293edf9 commit 4af45b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ on:

jobs:
tf-lint:
name: Tests sur contributions
uses: ./.github/workflows/tf-lint.yml
4 changes: 2 additions & 2 deletions .github/workflows/tf-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [ workflow_call ]
jobs:
lint:
runs-on: ubuntu-latest
name: Valide le formattage et la syntaxe
name: Validation formattage et syntaxe
steps:
- name: Checkout
uses: actions/checkout@main
- name: Terraform Setup
uses: hashicorp/setup-terraform@main
- name: Terraform format check
run: terraform fmt -check
run: terraform fmt -check -recursive

0 comments on commit 4af45b7

Please sign in to comment.