From 5efb2adcd9a31214bd9f3671776d8782d45ab44b Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Thu, 6 Mar 2025 22:05:03 -0500 Subject: [PATCH] test --- .gitea/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 544f9cf..7f45159 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,6 +8,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: build + uses: docker://golang + run: go build Build: runs-on: ubuntu-latest