diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 9168af0..5693d61 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -19,6 +19,8 @@ jobs: uses: astral-sh/ruff-action@v3 with: version: ">=0.15,<0.16" + # use args to avoid the default behavior of running ruff check automatically + args: "--version" # ToDo: use pyrpoject.toml as version-file # version-file: "pyproject.toml"