summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-12-03 19:51:06 +0100
committerÁrni Dagur <arni@dagur.eu>2021-12-03 20:53:02 +0100
commit7ea9bd2330ef049bfed45c6627d732dcb709c046 (patch)
tree64a9a7680070c528ebfbcddd36cafa5a04d4f95c /.github/workflows
parent4f7feb9c85ac69524f0c14dbec07cfaaf9dbf02d (diff)
Fix clippy lints
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da43d52..f6a2b85 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30 uses: actions-rs/cargo@v1 30 uses: actions-rs/cargo@v1
31 with: 31 with:
32 command: clippy 32 command: clippy
33 args: --all-targets --all-features 33 args: --all-targets --all-features -- -D clippy::all
34 34
35 - name: Lint with Black 35 - name: Lint with Black
36 run: pip install black && black --check . 36 run: pip install black && black --check .