commit 0e02b5322dac45c70527e1f37d08e5cc9cf17c05 parent 661b2c139554aad893bb28549a9409ca53affe8f Author: Andrew Laack <andrew@laack.co> Date: Wed, 11 Mar 2026 22:56:42 -0500 Removed workflow Diffstat:
| D | .forgejo/workflows/test.yml | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml @@ -1,9 +0,0 @@ -on: [push] -jobs: - print-content: - runs-on: docker - steps: - - name: checkout code - uses: actions/checkout@v4 - - name: list directory contents - run: ls -la