From d51659269fce69a841ed63ea584c123fd5a7e823 Mon Sep 17 00:00:00 2001 From: baoyachi Date: Fri, 25 Dec 2020 23:20:05 +0800 Subject: [PATCH] update ci --- .github/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7521f38..57d1717 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -24,6 +24,8 @@ jobs: components: clippy, rustfmt - name: Check format run: cargo fmt --all -- --check + - name: Check fix + run: cargo fix - name: Check with clippy run: RUSTFLAGS="-D warnings" cargo clippy --all - name: Build Release