diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml new file mode 100644 index 0000000..371e031 --- /dev/null +++ b/.forgejo/workflows/ci.yaml @@ -0,0 +1,8 @@ +on: + schedule: + - cron: '*/5 * * * *' +jobs: + test: + runs-on: ubuntu-22.04 + steps: + - run: echo All Good \ No newline at end of file