Compare commits
No commits in common. "780d6888d7a01f942d595f213babdb910c7ee3df" and "b4af6b576d9033999b875769d4439db6937f2478" have entirely different histories.
780d6888d7
...
b4af6b576d
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -6,17 +6,13 @@ 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)
|
||||||
|
|
||||||
## LATEST version
|
|
||||||
|
|
||||||
See [Releases](https://git.kemitix.net/kemitix/forgejo-todo-checker/releases) for the latest version. Replace `${LATEST}` in the examples below with the tag version (include any leading `v`).
|
|
||||||
|
|
||||||
## code.forgejo.org Mirror
|
## code.forgejo.org 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 code.forgejo.org as [kemitix/todo-checker](https://code.forgejo.org/kemitix/todo-checker).
|
There is a mirror on Codeberg.org as [kemitix/todo-checker](https://code.forgejo.org/kemitix/todo-checker).
|
||||||
|
|
||||||
This mirror allows you to refer to the action as simply `kemitix/todo-checker@${LATEST}`.
|
This mirror allows you to refer to the action as simply `kemitix/todo-checker@v1.0.0`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -29,9 +25,9 @@ jobs:
|
||||||
|
|
||||||
- name: Check TODOs
|
- name: Check TODOs
|
||||||
# Original:
|
# Original:
|
||||||
# uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@${LATEST}
|
# uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.0.0
|
||||||
# Codeberg mirror:
|
# Codeberg mirror:
|
||||||
uses: kemitix/todo-checker@${LATEST}
|
uses: kemitix/todo-checker@v1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Comments Format
|
## Comments Format
|
||||||
|
|
Loading…
Reference in a new issue