yorokobot/.build.yml

20 lines
284 B
YAML
Raw Normal View History

2022-11-21 06:11:41 +01:00
image: alpine/edge
2022-11-21 06:22:01 +01:00
packages:
2022-11-21 06:30:54 +01:00
- rust
2022-11-21 06:11:41 +01:00
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