.forgejo/workflows/demo.yaml aktualisiert
Some checks failed
/ test (push) Failing after 0s

This commit is contained in:
david 2024-07-22 00:11:52 +02:00
parent 359439565e
commit c860590399

View file

@ -2,5 +2,6 @@ on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
uses: actions/checkout@v4
steps: steps:
- run: echo All Good - run: echo All Good