Compare commits

..

2 commits

Author SHA1 Message Date
68d6191154 chore: clean up output 2024-09-22 09:08:59 +01:00
673ff94759 build: Use codeberg mirror to self-test todo action
Some checks failed
Test / checks (map[name:nightly]) (push) Failing after 2s
Test / checks (map[name:stable]) (push) Failing after 2s
There is now a mirror of this repo at
https://codeberg.org/kemitix/todo-checker

We use both this original repo and that repo to verify
both are working as a valid actions.

Closes kemitix/forgejo-todo-checker#10
2024-09-22 09:07:48 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Check TODOs (Origin) - name: Check TODOs (Origin)
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.0.0 uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.0.0
- name: Check TODOs (Mirror) - name: Check TODOs (Codeberg mirror)
uses: kemitix/todo-checker@v1.0.0 uses: kemitix/todo-checker@v1.0.0
- name: Machete - name: Machete

View file

@ -6,11 +6,11 @@ Checks your source files for TODO and FIXME comments, failing your build where t
(Inspired by https://woodpecker-ci.org/plugins/TODO-Checker) (Inspired by https://woodpecker-ci.org/plugins/TODO-Checker)
## code.forgejo.org Mirror ## Codeberg Mirror
Main development takes place on [git.kemitix.net](https://git.kemitix.net/kemitix/forgejo-todo-checker). Main development takes place on [git.kemitix.net](https://git.kemitix.net/kemitix/forgejo-todo-checker).
There is a mirror on Codeberg.org as [kemitix/todo-checker](https://code.forgejo.org/kemitix/todo-checker). There is a mirror on Codeberg.org as [kemitix/todo-checker](https://codeberg.org/kemitix/todo-checker).
This mirror allows you to refer to the action as simply `kemitix/todo-checker@v1.0.0`. This mirror allows you to refer to the action as simply `kemitix/todo-checker@v1.0.0`.