From ca255772fd5696cd679f88116805b82d0be45a60 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Tue, 21 Jan 2020 00:16:39 +0100 Subject: [PATCH] Fix typo in rustfmt github action --- .github/workflows/cpal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpal.yml b/.github/workflows/cpal.yml index 166483e..b3a8450 100644 --- a/.github/workflows/cpal.yml +++ b/.github/workflows/cpal.yml @@ -39,7 +39,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: fmt - args: --all --check + args: -- --check cargo-publish: