Compare commits
No commits in common. "6227089a106e0d55dc38f54942b63d18727bd412" and "8d506131ca385228507ebaaba854803c0c5718cb" have entirely different histories.
6227089a10
...
8d506131ca
1 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
steps:
|
||||
|
||||
update-builder-image:
|
||||
when:
|
||||
- event: cron
|
||||
|
@ -12,7 +13,7 @@ steps:
|
|||
registry: git.kemitix.net
|
||||
password:
|
||||
from_secret: woodpecker-docker-push
|
||||
|
||||
|
||||
todo_check:
|
||||
# INFO: https://woodpecker-ci.org/plugins/TODO-Checker
|
||||
image: codeberg.org/epsilon_02/todo-checker:1.1
|
||||
|
@ -21,8 +22,8 @@ steps:
|
|||
branch: [main, next]
|
||||
settings:
|
||||
# kxio-woodpecker-todo-checker - read:issue
|
||||
repository_token: "4acf14f93747e044aa2d1397367741b53f3d4f8f"
|
||||
prefix_regex: "(#|//) (TODO|FIXME): "
|
||||
repository_token: '4acf14f93747e044aa2d1397367741b53f3d4f8f'
|
||||
prefix_regex: "(#|//) (TODO|FIXME): "
|
||||
debug: false
|
||||
|
||||
lint_and_build:
|
||||
|
@ -36,9 +37,9 @@ steps:
|
|||
CARGO_TERM_COLOR: always
|
||||
commands:
|
||||
- ls -l /usr/local/cargo/bin/
|
||||
- cargo fmt --features "fs,network" --all -- --check
|
||||
- cargo clippy --features "fs,network" -- -D warnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
|
||||
- cargo build --features "fs,network"
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy -- -D warnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
|
||||
- cargo build
|
||||
|
||||
test:
|
||||
when:
|
||||
|
@ -50,8 +51,8 @@ steps:
|
|||
environment:
|
||||
CARGO_TERM_COLOR: always
|
||||
commands:
|
||||
- cargo test --features "fs,network"
|
||||
|
||||
- cargo test
|
||||
|
||||
publish_to_crates_io:
|
||||
when:
|
||||
- event: tag
|
||||
|
|
Loading…
Reference in a new issue