economy_service/.woodpecker.yml

11 lines
280 B
YAML

pipeline:
check:
image: rust
environment: [CARGO_TERM_COLOR=always]
commands:
- rustup component add rustfmt
- rustup component add clippy
- cargo check --quiet
- cargo fmt --check --quiet
- cargo clippy --no-deps --quiet -- -Dwarnings