ci: add test workflow
All checks were successful
test / test (push) Successful in 46s

This commit is contained in:
Sebastian Seedorf
2026-05-10 12:57:17 +02:00
parent fadfa67574
commit 5223214a26

View File

@@ -0,0 +1,9 @@
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner works!"