diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 0000000..677250e --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,9 @@ +on: + push: '*' + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Show env + run: env \ No newline at end of file