From c3bebdd76185d474d063cee737197bd783650fde Mon Sep 17 00:00:00 2001 From: Kleidis <167202775+kleidis@users.noreply.github.com> Date: Sat, 21 Dec 2024 15:16:33 +0100 Subject: [PATCH] Add black formatting to ci workflow 1 1 1 --- .github/workflows/troppical.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/troppical.yml b/.github/workflows/troppical.yml index 3fcccdc..5ce1220 100644 --- a/.github/workflows/troppical.yml +++ b/.github/workflows/troppical.yml @@ -15,6 +15,16 @@ on: default: false jobs: + black-format: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.12' + - run: pip install black + - run: black --check --diff . + Windows-build: runs-on: windows-latest permissions: