2024-09-17 16:05:56 +01:00
|
|
|
name: Test
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- next
|
2024-09-17 16:11:15 +01:00
|
|
|
workflow_dispatch:
|
2024-09-17 16:05:56 +01:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
|
|
|
test:
|
|
|
|
runs-on: docker
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
- name: Check TODOs
|
2024-09-17 16:13:46 +01:00
|
|
|
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@next
|