test
This commit is contained in:
parent
2fa2238110
commit
008dc710be
@ -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
|
Loading…
x
Reference in New Issue
Block a user