Skip to content

Commit

Permalink
Better path
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Oct 8, 2024
1 parent 79dd4b1 commit a636b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pre-commit install --install-hooks
- name: Init providers
run: |
l=$(find . -depth 1 -type d -not -name ".*")
l=$(find . -maxdepth 1 -type d -name "./[a-z]*")
for i in ${l[@]} ;do tofu init $i; done
- name: Run Pre-Commit
run: >
Expand Down

0 comments on commit a636b00

Please sign in to comment.