From d503c2b02cac6e2cdef51e719cece5f5986d320c Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 24 Nov 2023 13:05:05 +0100 Subject: [PATCH] Update black action --- .github/workflows/black.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 37c848b..9f5d698 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -1,5 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions +# This workflow is used to check the differences and find conflict markers or whitespace errors name: Black @@ -17,4 +16,4 @@ jobs: - uses: psf/black@stable with: options: "--check --diff" - src: "./pysqa" + src: ./${{ github.event.repository.name }}