blob: fe863e47578b02f065e987f8c415b92d9f644ec9 [file] [log] [blame]
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