From 2b87dd186a0b4c6e89f4983e416fcd6902185f0b Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 16 Apr 2026 14:55:10 +0530 Subject: [PATCH] second commit --- .gitea/workflows/test.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..c07c45c --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,14 @@ +name: CI + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - run: echo "Hello from Gitea Actions" \ No newline at end of file