Skip to content

Commit

Permalink
fix: lint build corrections (#35)
Browse files Browse the repository at this point in the history
* Update lint.yaml

* Update Makefile

* add examples folder

* add gitkeep

* placeholder
  • Loading branch information
caetano-colin authored May 13, 2024
1 parent 07a3f74 commit 7f66948
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- main

concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Empty file added examples/.gitkeep
Empty file.

0 comments on commit 7f66948

Please sign in to comment.