Skip to content

Commit b337416

Browse files
fix(make): lint (#8)
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent af53c23 commit b337416

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ register_workflows: ## Register workflows.
206206
package_and_register: ## Package and register workflows.
207207
package_and_register: package_workflows register_workflows
208208

209+
209210
#-------------------
210211
# workflow execution
211212
#-------------------
@@ -259,6 +260,7 @@ run_cli_hp_config_local: ## Dispatch unregistered run from flytekit cli
259260
$(WORKFLOW_NAME) \
260261
--hyperparameters $(WORKFLOW_FILE_WORKFLOW_ARGS)
261262

263+
262264
#-------------
263265
# CI
264266
#-------------
@@ -317,6 +319,7 @@ list_gcr_workflow_image_tags: ## List images in gcr.
317319
gcloud container images list --repository=$(GCP_ARTIFACT_REGISTRY_PATH)
318320
gcloud container images list-tags $(WORKFLOW_IMAGE)
319321

322+
320323
#----
321324
# nix
322325
#----

0 commit comments

Comments
 (0)