Add directly rust to CI packages
This commit is contained in:
parent
1f6f5df236
commit
cf136261e6
|
@ -1,16 +1,11 @@
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- curl
|
- rust
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~victormignot/yorokobot
|
- https://git.sr.ht/~victormignot/yorokobot
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
||||||
rustup toolchain install stable
|
|
||||||
rustup default stable
|
|
||||||
|
|
||||||
- format-check: |
|
- format-check: |
|
||||||
cd yorokobot
|
cd yorokobot
|
||||||
cargo fmt --check
|
cargo fmt --check
|
||||||
|
|
Loading…
Reference in a new issue