aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-24 12:15:40 -0700
committerGitHub <[email protected]>2021-04-24 12:15:40 -0700
commit172bcdcf9668dac2c852da837d35a752cf5f8258 (patch)
tree0b92eca007d63703b7b226a9b53e0385d1cbcb5c /.github/workflows
parentrepository(git): Run rustfmt at pre-commit (diff)
downloadwhirl-172bcdcf9668dac2c852da837d35a752cf5f8258.tar.xz
whirl-172bcdcf9668dac2c852da837d35a752cf5f8258.zip
fmt(CodeFactor): Fix new-line complaints
Diffstat (limited to '.github/workflows')
-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