From 4df89a2f6ad75bed98ba137e63a1caeb23b0401b Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 2 Dec 2021 02:54:41 +0100 Subject: [PATCH] tip: prepare for merging into pyTooling/Actions --- .github/workflows/{test.yml => Tip.yml} | 2 +- Dockerfile => tip/Dockerfile | 0 README.md => tip/README.md | 0 action.yml => tip/action.yml | 0 {composite => tip/composite}/action.yml | 0 pyproject.toml => tip/pyproject.toml | 0 tip.py => tip/tip.py | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{test.yml => Tip.yml} (99%) rename Dockerfile => tip/Dockerfile (100%) rename README.md => tip/README.md (100%) rename action.yml => tip/action.yml (100%) rename {composite => tip/composite}/action.yml (100%) rename pyproject.toml => tip/pyproject.toml (100%) rename tip.py => tip/tip.py (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/Tip.yml similarity index 99% rename from .github/workflows/test.yml rename to .github/workflows/Tip.yml index c3d4e62..a201851 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/Tip.yml @@ -1,4 +1,4 @@ -name: 'test' +name: Tip on: push: diff --git a/Dockerfile b/tip/Dockerfile similarity index 100% rename from Dockerfile rename to tip/Dockerfile diff --git a/README.md b/tip/README.md similarity index 100% rename from README.md rename to tip/README.md diff --git a/action.yml b/tip/action.yml similarity index 100% rename from action.yml rename to tip/action.yml diff --git a/composite/action.yml b/tip/composite/action.yml similarity index 100% rename from composite/action.yml rename to tip/composite/action.yml diff --git a/pyproject.toml b/tip/pyproject.toml similarity index 100% rename from pyproject.toml rename to tip/pyproject.toml diff --git a/tip.py b/tip/tip.py similarity index 100% rename from tip.py rename to tip/tip.py