Add gitea action
Build and test / build (push) Failing after 53s
Details
Build and test / build (push) Failing after 53s
Details
This commit is contained in:
parent
26f26f1ec4
commit
a10bb714a7
|
@ -0,0 +1,9 @@
|
|||
name: Build and test
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
- run: go build
|
Loading…
Reference in New Issue