diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml new file mode 100644 index 0000000..6d287f1 --- /dev/null +++ b/.forgejo/workflows/push-next.yml @@ -0,0 +1,18 @@ +name: Test + +on: + push: + branches: + - next + +jobs: + + test: + runs-on: docker + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Check TODOs + uses: git.kemitix.net/kemitix/forgejo-todo-checker@next