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