diff --git a/.forgejo/workflows/runpy.yaml b/.forgejo/workflows/runpy.yaml new file mode 100644 index 0000000..accf671 --- /dev/null +++ b/.forgejo/workflows/runpy.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: debian-latest + steps: + - run: echo All good!