From 822855b20a7864838084a813c457e2eb1f9570d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sat, 26 Jun 2021 18:52:22 +0000 Subject: Run black code formatter --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') 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: command: clippy args: --all-targets --all-features + - name: Lint with Black + run: pip install black && black --check . + macos: runs-on: macos-latest needs: lint -- cgit v1.2.3