build(woodpecker): whitespace
This commit is contained in:
parent
8d506131ca
commit
9339958996
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
update-builder-image:
|
update-builder-image:
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
|
@ -13,7 +12,7 @@ steps:
|
||||||
registry: git.kemitix.net
|
registry: git.kemitix.net
|
||||||
password:
|
password:
|
||||||
from_secret: woodpecker-docker-push
|
from_secret: woodpecker-docker-push
|
||||||
|
|
||||||
todo_check:
|
todo_check:
|
||||||
# INFO: https://woodpecker-ci.org/plugins/TODO-Checker
|
# INFO: https://woodpecker-ci.org/plugins/TODO-Checker
|
||||||
image: codeberg.org/epsilon_02/todo-checker:1.1
|
image: codeberg.org/epsilon_02/todo-checker:1.1
|
||||||
|
@ -22,8 +21,8 @@ steps:
|
||||||
branch: [main, next]
|
branch: [main, next]
|
||||||
settings:
|
settings:
|
||||||
# kxio-woodpecker-todo-checker - read:issue
|
# kxio-woodpecker-todo-checker - read:issue
|
||||||
repository_token: '4acf14f93747e044aa2d1397367741b53f3d4f8f'
|
repository_token: "4acf14f93747e044aa2d1397367741b53f3d4f8f"
|
||||||
prefix_regex: "(#|//) (TODO|FIXME): "
|
prefix_regex: "(#|//) (TODO|FIXME): "
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
lint_and_build:
|
lint_and_build:
|
||||||
|
@ -52,7 +51,7 @@ steps:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
publish_to_crates_io:
|
publish_to_crates_io:
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
Loading…
Reference in a new issue