summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dd8d8de..8113bdf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32 command: clippy 32 command: clippy
33 args: --all-targets --all-features 33 args: --all-targets --all-features
34 34
35 - name: Lint with Black
36 run: pip install black && black --check .
37
35 macos: 38 macos:
36 runs-on: macos-latest 39 runs-on: macos-latest
37 needs: lint 40 needs: lint