forgejo-todo-checker/.forgejo/workflows/push-next.yml
Paul Campbell d4e5c95908
Some checks failed
Test / test (push) Failing after 13s
test: allow workflow to be run manually
2024-09-17 16:11:33 +01:00

19 lines
268 B
YAML

name: Test
on:
push:
branches:
- next
workflow_dispatch:
jobs:
test:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check TODOs
uses: git.kemitix.net/kemitix/forgejo-todo-checker@next