From c14b3c4c7288bc44986ee26abce6436c804ac7e4 Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Thu, 6 Mar 2025 21:46:28 -0500 Subject: [PATCH] test gitea actions --- .gitea/actions/test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/actions/test.yaml diff --git a/.gitea/actions/test.yaml b/.gitea/actions/test.yaml new file mode 100644 index 0000000..3cbfff7 --- /dev/null +++ b/.gitea/actions/test.yaml @@ -0,0 +1,14 @@ +name: irc build +run-name: ${{ gitea.actor }} build test +on: [push] + +jobs: + Build: + runs-on: ubuntu-latest + container: + image: golang + steps: + - name: Check out repository code + uses: actions/checkout@v4 + - name: Run go build + run: go build \ No newline at end of file