From 8326d6807b2e2abecb955162be2e32c6d6ec40eb Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:09:55 -0500 Subject: [PATCH] add forgejo action --- .forgejo/workflows/print-contents.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .forgejo/workflows/print-contents.yaml diff --git a/.forgejo/workflows/print-contents.yaml b/.forgejo/workflows/print-contents.yaml new file mode 100644 index 0000000..a4f760e --- /dev/null +++ b/.forgejo/workflows/print-contents.yaml @@ -0,0 +1,10 @@ +name: Print Contents +on: [push] +jobs: + print-content: + runs-on: ubuntu-24.04 + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: list directory contents + run: ls -la