From 008dc710be58b5869c0349cbbe67a28d904d22d4 Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Thu, 6 Mar 2025 21:51:22 -0500 Subject: [PATCH] test --- .gitea/workflows/test.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3cbfff7..7c2c536 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -3,12 +3,16 @@ run-name: ${{ gitea.actor }} build test on: [push] jobs: + Checkout: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v4 + 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