Trying debian for CI
This commit is contained in:
parent
cf136261e6
commit
7c95612cbf
10
.build.yml
10
.build.yml
|
@ -1,11 +1,15 @@
|
|||
image: alpine/edge
|
||||
image: debian/edge
|
||||
packages:
|
||||
- rust
|
||||
- rustup
|
||||
|
||||
sources:
|
||||
- https://git.sr.ht/~victormignot/yorokobot
|
||||
|
||||
tasks:
|
||||
tasks:
|
||||
- setup: |
|
||||
rustup toolchain install stable
|
||||
rustup default stable
|
||||
|
||||
- format-check: |
|
||||
cd yorokobot
|
||||
cargo fmt --check
|
||||
|
|
Loading…
Reference in a new issue