Trying debian for CI

This commit is contained in:
Victor Mignot 2022-11-21 00:33:55 -05:00
parent cf136261e6
commit 7c95612cbf
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -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