test gitea actions

This commit is contained in:
blackbeard420 2025-03-06 21:46:28 -05:00
parent 7efd3aefc6
commit c14b3c4c72

14
.gitea/actions/test.yaml Normal file
View File

@ -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