Skip to content

Commit e0f0d81

Browse files
committed
Fix linting workflow
1 parent f4ef432 commit e0f0d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run linting
4545
run: |
4646
tofu fmt --recursive
47-
tflint -f compact --module
47+
tflint -f compact
4848
4949
- name: Commit changes
5050
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)