From bc5721c1b7caaa38bee0313e7b3d005162597d7b Mon Sep 17 00:00:00 2001 From: Paillat Date: Tue, 18 Jul 2023 21:57:03 +0200 Subject: [PATCH] Update black.yml --- .github/workflows/black.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 9065b5e..d70aff1 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -8,3 +8,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: psf/black@stable + with: + options: "--check" + src: "./src"