Skip to content

Commit 9e4b10d

Browse files
Merge pull request #44 from mineiros-io/jan/fix-pre-commit-test
Fix failing terraform validate in pre-commit test
2 parents 0c9ff3c + 978c696 commit 9e4b10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ default: help
4444

4545
## Run pre-commit hooks in build-tools docker container.
4646
.PHONY: test/pre-commit
47+
test/pre-commit: DOCKER_FLAGS += ${DOCKER_GITHUB_FLAGS}
4748
test/pre-commit:
4849
$(call docker-run,pre-commit run -a)
4950

0 commit comments

Comments
 (0)