.gitea/workflows/ping.yml hinzugefügt
Some checks failed
ping / test (push) Failing after 17s

This commit is contained in:
Lars 2025-08-10 15:01:30 +02:00
parent 7228ea0a39
commit 3986722477

12
.gitea/workflows/ping.yml Normal file
View File

@ -0,0 +1,12 @@
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