Compare commits

..

No commits in common. "68f419459fbc151a9287bba62077005dd9742bc4" and "8d506131ca385228507ebaaba854803c0c5718cb" have entirely different histories.

View file

@ -1,4 +1,5 @@
steps: steps:
update-builder-image: update-builder-image:
when: when:
- event: cron - event: cron
@ -12,7 +13,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
@ -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:
@ -37,8 +38,8 @@ steps:
commands: commands:
- ls -l /usr/local/cargo/bin/ - ls -l /usr/local/cargo/bin/
- cargo fmt --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,8 +51,8 @@ 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:
- event: tag - event: tag