diff options
Diffstat (limited to '.builds/rustfmt.yml')
-rw-r--r-- | .builds/rustfmt.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.builds/rustfmt.yml b/.builds/rustfmt.yml deleted file mode 100644 index 52836217..00000000 --- a/.builds/rustfmt.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: archlinux -sources: - - https://github.com/alacritty/alacritty -tasks: - - rustup: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain none - $HOME/.cargo/bin/rustup toolchain install nightly -c rustfmt - - rustfmt: | - cd alacritty - $HOME/.cargo/bin/cargo fmt -- --check |