Add gitea action
Build and test / build (push) Successful in 9m41s
Details
Build and test / build (push) Successful in 9m41s
Details
This commit is contained in:
parent
26f26f1ec4
commit
3d8c69e491
|
@ -0,0 +1,11 @@
|
||||||
|
name: Build and test
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: '*'
|
||||||
|
- run: go build
|
Loading…
Reference in New Issue