Skip to content

Lint

uv | lint

- uses: jambazid/gha-actions/python/uv/lint@unknown
  with:
    working-directory: (1)
  1. Python project location (path to the pyproject.toml folder).

Lints Python code with the ruff linter.

Important

Assumes the following Project folder structure:

${working-directory}
├── pyproject.toml
├── ...
|
├── /src
|   └── /${namespace}
|       └── /${component}
|           └── ...
|
└── /tests
    └── ...

Inputs: ¤

Name Description
working-directory ¤

Python project location (path to the pyproject.toml folder).