Skip to content

Commit

Permalink
makefile in github actions is dump
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcube committed May 16, 2024
1 parent 8ad0778 commit 221fb45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
name: Static Analysis
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run pre-commit
run: make test/docker/pre-commit
uses: docker://ghcr.io/antonbabenko/pre-commit-terraform:latest

unit-tests:
needs: pre-commit
runs-on: ubuntu-latest
name: Unit Tests
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check for Terraform file changes
uses: getsentry/paths-filter@v2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/mineiros-io/pre-commit-hooks
rev: v0.4.1
rev: v0.5.1
hooks:
- id: terraform-fmt
- id: terraform-validate
Expand Down

0 comments on commit 221fb45

Please sign in to comment.