This commit is contained in:
parent
96e07ece2d
commit
2454a44350
3 changed files with 109 additions and 0 deletions
7
.forgejo/workflows/succd.yaml
Normal file
7
.forgejo/workflows/succd.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted-nixos-x86_64
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- run: cd succbone/succd && ./ci.sh
|
Loading…
Add table
Add a link
Reference in a new issue