Files
test_build/.gitea/workflows/test.yaml
Bensch cc046bb8d9
All checks were successful
/ test (push) Successful in 0s
test
2026-02-24 14:18:03 +00:00

10 lines
136 B
YAML

on:
push:
branches:
- main
jobs:
test:
runs-on: ["buildkit"]
steps:
- run: echo "Runner picked up the job!"