This commit is contained in:
parent
9fafd437db
commit
bebaaea937
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/ci.yml
Normal file
12
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: ci
|
||||
'on': push
|
||||
jobs:
|
||||
test:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- build
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: script
|
||||
run: make test
|
||||
Loading…
Add table
Add a link
Reference in a new issue