This commit is contained in:
parent
26f26f1ec4
commit
3d8c69e491
11
.gitea/workflows/main.yaml
Normal file
11
.gitea/workflows/main.yaml
Normal file
@ -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…
x
Reference in New Issue
Block a user