summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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 .