From c6cf53dc8de22261f790eb019aac3f7af070ad43 Mon Sep 17 00:00:00 2001 From: Konstantin Gribov Date: Tue, 26 Jan 2021 21:30:26 +0300 Subject: [PATCH] Fixed ci/fmt action --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f4df0..cb5a910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,8 @@ jobs: - name: Run cargo fmt uses: actions-rs/cargo@v1 with: - command: fmt --all -- --check + command: fmt + args: --all -- --check clippy: runs-on: ubuntu-latest