From 7f66948cc27177eb4ac141f190ca37c31acb7ea8 Mon Sep 17 00:00:00 2001 From: Caetano Colin <164910343+caetano-colin@users.noreply.github.com> Date: Mon, 13 May 2024 14:02:34 -0300 Subject: [PATCH] fix: lint build corrections (#35) * Update lint.yaml * Update Makefile * add examples folder * add gitkeep * placeholder --- .github/workflows/lint.yaml | 2 +- Makefile | 2 +- examples/.gitkeep | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 examples/.gitkeep diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8af3097e..934f89f6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,7 +21,7 @@ on: workflow_dispatch: pull_request: branches: - - master + - main concurrency: group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}' diff --git a/Makefile b/Makefile index 48d93205..f315bc4f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # Make will use bash instead of sh SHELL := /usr/bin/env bash -DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.19 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.20 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd diff --git a/examples/.gitkeep b/examples/.gitkeep new file mode 100644 index 00000000..e69de29b