From e527d084c4ecd6611f884ca3cd758bd260c87ff7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 13 May 2026 09:44:48 +0200 Subject: [PATCH] Add gitea action file --- .gitea/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..5dc643e --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,8 @@ +name: Build +on: [push] + +jobs: + build_arch: + runs-on: archlinux + steps: + - run: echo "This Works"