Skip to content

Commit

Permalink
Fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heydbut committed Aug 29, 2023
1 parent 64037c3 commit 1012546
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
run: |
for m in $(ls -1d examples/*/)
do
tflint \
--config ${{ github.workspace }}/.tflint.hcl \
${{ github.workspace }}/${m}
terraform -chdir=${{ github.workspace }}/${m} init
tflint --config ${{ github.workspace }}/.tflint.hcl --chdir ${{ github.workspace }}/${m}
done

0 comments on commit 1012546

Please sign in to comment.