diff --git a/.github/workflows/pull_request_tests.yml b/.github/workflows/pull_request_tests.yml index ec72494c..6da579c9 100644 --- a/.github/workflows/pull_request_tests.yml +++ b/.github/workflows/pull_request_tests.yml @@ -33,8 +33,8 @@ jobs: runs-on: ubuntu-latest name: "ruff" steps: - - uses: davidslusser/actions_python_ruff@v1.0.1 + - uses: davidslusser/actions_python_ruff@v1.0.3 with: - src: "check src" + command: "ruff check src" pip_install_command: "pip install -e .[dev]" python_version: "3.13"