test
Some checks failed
irc build / Build (push) Failing after 8s

This commit is contained in:
blackbeard420 2025-03-06 22:17:33 -05:00
parent 6b42aec1c3
commit 78bb314e2c

View File

@ -3,15 +3,6 @@ run-name: ${{ gitea.actor }} build test
on: [push]
jobs:
Checkout:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: build
uses: docker://golang
run: go build
Build:
runs-on: ubuntu-latest
container: