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

This commit is contained in:
blackbeard420 2025-03-06 22:14:51 -05:00
parent 5efb2adcd9
commit 6b42aec1c3

View File

@ -16,7 +16,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: golang image: golang
options: --user root
steps: steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: ls -la - run: ls -la
- name: Run go build - name: Run go build
run: go build run: go build