WIP
All checks were successful
run tests / check (push) Successful in 29s
run tests / release (push) Successful in 19s

This commit is contained in:
2025-12-05 21:05:59 +01:00
parent bd50bef4ad
commit 9390b9cd7f
40 changed files with 2723 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: run tests
on:
push:
branches:
- master
- testing
jobs:
check:
uses: ./.gitea/workflows/check.yaml
release:
needs: ["check"]
runs-on: action-runner
steps:
- uses: actions/checkout@v4
- uses: ./