diff --git a/.build.yml b/.build.yml index dfd5759..fa6e467 100644 --- a/.build.yml +++ b/.build.yml @@ -1,16 +1,11 @@ image: alpine/edge packages: - - curl + - rust sources: - https://git.sr.ht/~victormignot/yorokobot tasks: - - setup: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - rustup toolchain install stable - rustup default stable - - format-check: | cd yorokobot cargo fmt --check