From e133f56467d1e0f4f724fcabd7e55dcc4846f297 Mon Sep 17 00:00:00 2001 From: AntoineRichard Date: Mon, 26 Aug 2024 21:17:00 +0200 Subject: [PATCH] still toying around with git actions --- .github/workflows/black.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index e547fd8..d7fdad6 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -7,8 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - uses: psf/black@stable with: - options: "--check --verbose" + options: "--verbose" src: "./src" use_pyproject: true \ No newline at end of file