forcebot_rs/.woodpecker/cargo-checks.yml
ModulatingForce 16034ffe80
force anny uwu
ci: fix pathing

remove comment

ci: fix ci

add comment back

ci: fix ci probably

remove comment xd

fix ci lol

xd
2024-02-25 13:12:19 -05:00

18 lines
366 B
YAML

when:
- event: pull_request
- event: push
steps:
configure_rustup:
image: rust
commands: |
rustup update stable && rustup default stable
rustup component add clippy
cargo_clippy:
image: rust
commands:
- cargo clippy --all-targets --all-features
cargo_test:
image: rust
commands:
- cargo test --all-features