diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8558fa5..b4f5251 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -10,7 +10,7 @@ jobs: - uses: psf/black@stable with: options: "--check --verbose" - src: "./src" + src: "./app" use_pyproject: true Tests: runs-on: ubuntu-latest