From a10bb714a7e65fef89e48b0f35969de454a724a7 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Mon, 24 Jun 2024 15:09:36 +0100 Subject: [PATCH] Add gitea action --- .gitea/workflows/main.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/main.yaml diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml new file mode 100644 index 0000000..0b1294b --- /dev/null +++ b/.gitea/workflows/main.yaml @@ -0,0 +1,9 @@ +name: Build and test +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + - run: go build