diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index fb52023..64ee04b 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -8,7 +8,7 @@ steps: image: ghcr.io/astral-sh/uv:python3.11-alpine commands: - uv sync --group ci - - uv run --no-sync -- check src/ + - uv run --no-sync -- ruff check src/ - uv run --no-sync -- ruff format --check src/ - name: javascript linting