From 39867224772bbcd521b9b36033f2b2a1b059a83f Mon Sep 17 00:00:00 2001 From: Lars Date: Sun, 10 Aug 2025 15:01:30 +0200 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/ping.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ping.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/ping.yml diff --git a/.gitea/workflows/ping.yml b/.gitea/workflows/ping.yml new file mode 100644 index 0000000..d55352f --- /dev/null +++ b/.gitea/workflows/ping.yml @@ -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