From b947ea0748acbd13bc6e0a562c7eb119092e97a6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 17 Dec 2025 21:03:01 +0100 Subject: [PATCH] testing the forgejo runners --- .forgejo/workflows/playing-around.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .forgejo/workflows/playing-around.yaml diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml new file mode 100644 index 0000000..bfee772 --- /dev/null +++ b/.forgejo/workflows/playing-around.yaml @@ -0,0 +1,9 @@ +on: [push] +jobs: + print-content: + runs-on: docker + steps: + - name: checkout code + uses: actions/checkout@v4 + - name: list directory contents + run: ls -la