diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 53f3651..71dae43 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -6,6 +6,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: psf/black@stable + with: + src: ./python - uses: chartboost/ruff-action@v1 with: src: ./python \ No newline at end of file