summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-06-26 18:52:22 +0000
committerÁrni Dagur <arni@dagur.eu>2021-06-26 19:10:50 +0000
commit822855b20a7864838084a813c457e2eb1f9570d5 (patch)
tree81f7c6745c802514458b9c41a3cd6a2eb4c0a4e9 /.github
parentfb1832feb868a81e2d10a1707c57df4623304313 (diff)
Run black code formatter
Diffstat (limited to '.github')
-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