ci: replace drone with gitea workflows
All checks were successful
CI / Test (pull_request) Successful in 1m21s

This commit is contained in:
2025-01-07 17:14:30 +01:00
parent 7d1c221e76
commit c86e475ede
4 changed files with 96 additions and 57 deletions

8
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,8 @@
name: CI
on:
pull_request:
jobs:
test:
name: Test
uses: ./.gitea/workflows/test.yaml