test workflow
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Jana Dönszelmann 2025-08-20 11:28:00 +02:00
parent 2d9feaa634
commit e25f1c47b4
No known key found for this signature in database

6
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!