diff --git a/.gitea/workflows/hello-world.yml b/.gitea/workflows/hello-world.yml new file mode 100644 index 0000000..b9871d8 --- /dev/null +++ b/.gitea/workflows/hello-world.yml @@ -0,0 +1,21 @@ +name: Hello World Test + +on: + push: + branches: [main] + workflow_dispatch: + +jobs: + hello: + runs-on: ubuntu + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Say Hello + run: | + echo "Hello from DSW Runner!" + echo "Current time: $(date)" + echo "Hostname: $(hostname)" + echo "Working directory: $(pwd)" + ls -la diff --git a/gitea-mcp_Linux_x86_64.tar.gz b/gitea-mcp_Linux_x86_64.tar.gz deleted file mode 100644 index 74fd48e..0000000 Binary files a/gitea-mcp_Linux_x86_64.tar.gz and /dev/null differ