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:
|
steps:
|
||||||
|
|
||||||
update-builder-image:
|
update-builder-image:
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
|
@ -21,8 +22,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:
|
||||||
|
@ -36,9 +37,9 @@ steps:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- ls -l /usr/local/cargo/bin/
|
- ls -l /usr/local/cargo/bin/
|
||||||
- cargo fmt --features "fs,network" --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- cargo clippy --features "fs,network" -- -D warnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
|
- cargo clippy -- -D warnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
|
||||||
- cargo build --features "fs,network"
|
- cargo build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
when:
|
when:
|
||||||
|
@ -50,7 +51,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- cargo test --features "fs,network"
|
- cargo test
|
||||||
|
|
||||||
publish_to_crates_io:
|
publish_to_crates_io:
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue