Skip to content

Commit

Permalink
ci: Add missing dependencies to pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
s-diez committed Jan 8, 2024
1 parent 31dfc60 commit a6cb7b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
container:
image: ghcr.io/antonbabenko/pre-commit-terraform:v1.86.0
steps:
- name: Install job dependencies
run: apk add tar git
- uses: actions/cache@v3
with:
path: ~/.cache
Expand Down

0 comments on commit a6cb7b7

Please sign in to comment.