From 8e13e2004a2c7a498ab46142b05bccc4ccf88f5b Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 6 Jan 2026 12:48:19 +0100 Subject: [PATCH] Add workflow --- .gitea/workflows/ci.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..b1dadf6 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,13 @@ +name: Continuous Integration + +on: + push: + branches: + - main + +jobs: + env: + runs-on: linux + steps: + - name: Show env + run: env | sort