Update .github/workflows/test.yaml
test.yaml / test (push) Successful in 4s

This commit is contained in:
2026-08-16 11:14:33 +02:00
parent b3b304ea52
commit f41f41ca1f
+11
View File
@@ -0,0 +1,11 @@
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Greet
run: echo "Hello, World!"