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

This commit is contained in:
blackbeard420 2025-03-06 22:19:40 -05:00
parent 78bb314e2c
commit d59deb34a6

View File

@ -3,14 +3,22 @@ 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
- run: |
ls -la
pwd
ls -la /
Build: Build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: golang image: golang
options: --user root options: --user root
steps: steps:
- name: Check out repository code - run: ls -la /
uses: actions/checkout@v4
- run: ls -la
- name: Run go build - name: Run go build
run: go build run: go build