From df7d636cbfeaeb07cb9e3888921618917be007ac Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Mon, 15 Sep 2025 19:21:00 +0200 Subject: [PATCH] chore: Replace Makefile with atmos.yaml --- Makefile | 10 ---------- atmos.yaml | 2 ++ docs/github-action.md | 10 ---------- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 Makefile create mode 100644 atmos.yaml delete mode 100644 docs/github-action.md diff --git a/Makefile b/Makefile deleted file mode 100644 index dc7415e..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -SHELL := /bin/bash - -# List of targets the `readme` target should call before generating the readme -export README_DEPS ?= docs/github-action.md - --include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness) - -## Lint terraform code -lint: - $(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate \ No newline at end of file diff --git a/atmos.yaml b/atmos.yaml new file mode 100644 index 0000000..dfa6aca --- /dev/null +++ b/atmos.yaml @@ -0,0 +1,2 @@ +import: + - https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/github-action.yaml diff --git a/docs/github-action.md b/docs/github-action.md deleted file mode 100644 index d5f5f34..0000000 --- a/docs/github-action.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## Inputs - -| Name | Description | Default | Required | -|------|-------------|---------|----------| -| milliseconds | input description here | 200 | true | - - -