This commit is contained in:
parent
36fab96470
commit
e69574285b
1 changed files with 18 additions and 0 deletions
18
.forgejo/workflows/push-next.yml
Normal file
18
.forgejo/workflows/push-next.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue