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