aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-24 12:15:40 +0000
committerGitHub <[email protected]>2021-04-24 12:15:40 +0000
commit618c8fec8069439b14c2a358edb802c0d14494d4 (patch)
treeaafb5cdf0d150afde12b401e117c024cb98f0994
parentrepository(git): Run rustfmt at pre-commit (diff)
downloadwhirl-618c8fec8069439b14c2a358edb802c0d14494d4.tar.xz
whirl-618c8fec8069439b14c2a358edb802c0d14494d4.zip
fmt(CodeFactor): Fix new-line complaints
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index c9f7644..2e172ea 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -17,7 +17,6 @@ jobs:
steps:
- name: Checkout 🛒
uses: actions/checkout@v2
-
- name: Toolchain 🧰
uses: actions-rs/toolchain@v1
with:
@@ -25,7 +24,6 @@ jobs:
toolchain: nightly-2021-02-20
components: rustfmt, clippy
override: true
-
- name: Check ✅/ 🚫
uses: actions-rs/cargo@v1
continue-on-error: false