This commit is contained in:
parent
96e07ece2d
commit
299212ae9e
3 changed files with 110 additions and 0 deletions
8
.forgejo/workflows/succd.yaml
Normal file
8
.forgejo/workflows/succd.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container: golang:1.23-bookworm
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
- run: cd succbone/succd && ./ci.sh
|
Loading…
Add table
Add a link
Reference in a new issue