summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 09:08:01 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 09:08:01 +0800
commit388a1347580df120cead11f98516ceb911373316 (patch)
tree0565cc1a6e6d4acfa08897c1d8d907fad6a5fda1 /.github
parentfddc8cbcadb50a6ad2bf06e883fe751f3bca55b3 (diff)
convert input handling to crosstermion
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7ffb79b..7a7515e 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
run: cargo fmt --all -- --check
- name: clippy
run: cargo clippy
- - name: Check crate package size
+ - name: Check crate package size (feat. 'cargo diet')
run: |
curl -LSfs https://raw.githubusercontent.com/the-lean-crate/cargo-diet/master/ci/install.sh | \
sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl