ci: replace drone with gitea workflows (#1)
Reviewed-on: #1 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #1.
This commit is contained in:
8
.gitea/workflows/ci.yaml
Normal file
8
.gitea/workflows/ci.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
uses: ./.gitea/workflows/test.yaml
|
||||
Reference in New Issue
Block a user