image: debian/edge packages: - rustup sources: - https://git.sr.ht/~victormignot/yorokobot tasks: - setup: | rustup toolchain install stable rustup default stable - format-check: | cd yorokobot cargo fmt --check - lint-check: | cd yorokobot cargo clippy - check-build: | cd yorokobot cargo check