build: use v1.0.0 of the todo checker
All checks were successful
Test / test (push) Successful in 1m31s

This commit is contained in:
Paul Campbell 2024-09-20 21:51:01 +01:00
parent f756e75152
commit 1dea159a7b
2 changed files with 2 additions and 2 deletions

View file

@ -16,4 +16,4 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Check TODOs - name: Check TODOs
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@next uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1

View file

@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Check TODOs - name: Check TODOs
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1 uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.0.0
``` ```
The output will be similar to the following if there are any errors: The output will be similar to the following if there are any errors: