From 110eb9124a095af4311cf3748507f68446ce8411 Mon Sep 17 00:00:00 2001 From: WOBBLEFANG THE THIRD Date: Fri, 21 Nov 2025 18:49:16 +0100 Subject: [PATCH] poggers --- .gitea-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea-ci.yml diff --git a/.gitea-ci.yml b/.gitea-ci.yml new file mode 100644 index 0000000..4aaa696 --- /dev/null +++ b/.gitea-ci.yml @@ -0,0 +1,11 @@ +# Gitea CI pipeline configuration + +# Define a simple pipeline +pipelines: + default: + - step: # Define a single step + name: "Test Runner" + image: "alpine:latest" # Use a lightweight image + commands: + - echo "Testing Gitea Runner" + - echo "Pipeline executed successfully!" \ No newline at end of file