9 lines
187 B
YAML
9 lines
187 B
YAML
|
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
|