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