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

This commit is contained in:
2025-12-05 21:05:59 +01:00
parent bd50bef4ad
commit c5e2854f27
37 changed files with 2549 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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: ./declare # TODO single action
- uses: ./release