Skip to content

Commit

Permalink
chore: Yet another attempt to make pre-commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Mar 25, 2024
1 parent 4a70f7d commit bdfb01d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
TERRAFORM_MODULE_DATA: ${{ secrets.TERRAFORM_MODULE_DATA }}

- name: Pre-commit
uses: pre-commit/[email protected]
run: |
python -m pip install pre-commit
pre-commit autoupdate && pre-commit run -a || true
- name: Commit & push
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit bdfb01d

Please sign in to comment.