Skip to content

Commit

Permalink
Debug ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 27, 2023
1 parent b3ea93a commit 9216109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ SUPPORTED_LANGUAGES := $(LANGUAGES)
endif

SUPPORTED_LINTS = \
$(C) \
$(CLJ) \
$(CPP) \
$(DART) \
Expand All @@ -69,7 +70,6 @@ SUPPORTED_LINTS = \
$(PY) \
$(SH)
# $(SQL)
# $(C)

ifdef LINTS
SUPPORTED_LINTS := $(LINTS)
Expand All @@ -89,7 +89,7 @@ else
endif

DOCKER_RUN := docker run --rm -v $$(pwd):/code -u "$$(id -u):$$(id -g)"
DOCKER_BUILD := docker build -q -f
DOCKER_BUILD := docker build -f

__run-build:
ifdef LANGUAGE
Expand All @@ -100,7 +100,7 @@ endif
done

__run-lint-build:
@for language_lint in $(SUPPORTED_LINTS); do \
for language_lint in $(SUPPORTED_LINTS); do \
$(DOCKER_BUILD) .docker/lint/$${language_lint}-lint.Dockerfile --platform linux/arm64 -t $${language_lint}-lint .; \
done

Expand Down

0 comments on commit 9216109

Please sign in to comment.