Compare commits
2 commits
8092c07ee6
...
1601811278
Author | SHA1 | Date | |
---|---|---|---|
1601811278 | |||
cfaf03f04a |
2 changed files with 10 additions and 0 deletions
8
.woodpecker/todo.yaml
Normal file
8
.woodpecker/todo.yaml
Normal 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
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue