diff --git a/.forgejo/workflows/test.yaml.txt b/.forgejo/workflows/test.yaml.txt new file mode 100644 index 0000000..9a02a6a --- /dev/null +++ b/.forgejo/workflows/test.yaml.txt @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: self-hosted + steps: + - run: echo it werkz! \ No newline at end of file