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

This commit is contained in:
blackbeard420 2025-03-06 22:21:56 -05:00
parent d59deb34a6
commit 49894c7af3

View File

@ -19,6 +19,9 @@ jobs:
image: golang image: golang
options: --user root options: --user root
steps: steps:
- run: ls -la / - run: |
ls -la /
ls -la /workspace
find /workspace
- name: Run go build - name: Run go build
run: go build run: go build