add test
Test / hello (push) Successful in 9s

This commit is contained in:
2026-08-05 11:45:46 +02:00
parent c6e4727cd6
commit dedc97d08e
+12
View File
@@ -0,0 +1,12 @@
name: Test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from my Framework!"