diff --git a/.forgejo/workflows/testing.yaml b/.forgejo/workflows/testing.yaml new file mode 100644 index 0000000..f4abc03 --- /dev/null +++ b/.forgejo/workflows/testing.yaml @@ -0,0 +1,6 @@ +on: [workflow_dispatch] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo All Good \ No newline at end of file