yorokobot/.build.yml
2022-11-21 00:30:54 -05:00

20 lines
284 B
YAML

image: alpine/edge
packages:
- rust
sources:
- https://git.sr.ht/~victormignot/yorokobot
tasks:
- format-check: |
cd yorokobot
cargo fmt --check
- lint-check: |
cd yorokobot
cargo clippy
- check-build: |
cd yorokobot
cargo check