build: use v1.0.0 of the todo checker
All checks were successful
Test / test (push) Successful in 1m31s
All checks were successful
Test / test (push) Successful in 1m31s
This commit is contained in:
parent
f756e75152
commit
1dea159a7b
2 changed files with 2 additions and 2 deletions
|
@ -16,4 +16,4 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check TODOs
|
||||
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@next
|
||||
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1
|
||||
|
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue