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