Add missing command invocation
This commit is contained in:
parent
62053a1048
commit
eadd7a5612
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ steps:
|
||||||
image: ghcr.io/astral-sh/uv:python3.11-alpine
|
image: ghcr.io/astral-sh/uv:python3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
- uv sync --group ci
|
- 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/
|
- uv run --no-sync -- ruff format --check src/
|
||||||
|
|
||||||
- name: javascript linting
|
- name: javascript linting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue