Compare commits

...

2 commits

Author SHA1 Message Date
hex
1601811278 add todo 2025-08-03 01:00:36 +02:00
hex
cfaf03f04a add: todo checker 2025-08-03 00:59:26 +02:00
2 changed files with 10 additions and 0 deletions

8
.woodpecker/todo.yaml Normal file
View file

@ -0,0 +1,8 @@
when:
- event: push
branch: dev
steps:
- name: 'Check TODOs'
image: codeberg.org/epsilon_02/todo-checker
settings:
single_issue_check: true

View file

@ -18,6 +18,8 @@ fn index() -> &'static str {
#[launch]
fn rocket() -> _ {
// TODO: clean up example code
// This is the example backend client. (The stereo.cat backend for example).
let client = reqwest::blocking::Client::new();