.github/workflows/test.yaml aktualisiert
All checks were successful
/ test (push) Successful in 1s

This commit is contained in:
markus 2025-09-10 13:02:38 +00:00
parent d75e23c83d
commit b4ffb379b8

View file

@ -1,4 +1,9 @@
on:
push:
branches:
- main
- main
jobs:
test:
runs-on: docker
steps:
- run: echo All good!