mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
e4e0218ede
This should provide more clear feedback whether rustfmt job is failed or not.
10 lines
317 B
YAML
10 lines
317 B
YAML
image: archlinux
|
|
sources:
|
|
- https://github.com/alacritty/alacritty
|
|
tasks:
|
|
- rustup: |
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --profile minimal
|
|
$HOME/.cargo/bin/rustup component add rustfmt
|
|
- rustfmt: |
|
|
cd alacritty
|
|
$HOME/.cargo/bin/cargo fmt -- --check
|