test
This commit is contained in:
parent
2fa2238110
commit
008dc710be
@ -3,12 +3,16 @@ run-name: ${{ gitea.actor }} build test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Checkout:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: golang
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run go build
|
||||
run: go build
|
Loading…
x
Reference in New Issue
Block a user