initial ci
This commit is contained in:
parent
90b0062732
commit
182f3819b3
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/build.yaml
Normal file
14
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22'
|
||||
- run: go build
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: morffix
|
||||
path: morffix
|
Loading…
Add table
Reference in a new issue