test
Some checks failed
irc build / Checkout (push) Successful in 16s
irc build / Build (push) Failing after 16s

This commit is contained in:
blackbeard420 2025-03-06 21:51:22 -05:00
parent 2fa2238110
commit 008dc710be

View File

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