test/.github/workflows/test.yaml
markus b4ffb379b8
All checks were successful
/ test (push) Successful in 1s
.github/workflows/test.yaml aktualisiert
2025-09-10 13:02:38 +00:00

9 lines
No EOL
111 B
YAML

on:
push:
branches:
- main
jobs:
test:
runs-on: docker
steps:
- run: echo All good!