Trainer_LLM/.gitea/workflows/ping.yml
Lars 3986722477
Some checks failed
ping / test (push) Failing after 17s
.gitea/workflows/ping.yml hinzugefügt
2025-08-10 15:01:30 +02:00

13 lines
231 B
YAML

name: ping
on:
push:
branches: [ main ]
jobs:
test:
runs-on: [linux_host]
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@v4
- name: Print working dir
run: pwd && ls -la