initial-commit-fix-CI #1
@@ -27,16 +27,13 @@ jobs:
|
|||||||
run: uv sync
|
run: uv sync
|
||||||
|
|
||||||
- name: Ruff lint
|
- name: Ruff lint
|
||||||
run: ruff check .
|
run: uv run ruff check .
|
||||||
|
|
||||||
- name: Ruff format
|
- name: Ruff format
|
||||||
run: ruff format --check .
|
run: uv run ruff format --check .
|
||||||
|
|
||||||
- name: Pyupgrade check
|
- name: Pyupgrade check
|
||||||
run: pyupgrade --py313-plus $(git ls-files '*.py') && git diff --exit-code
|
run: uv run pyupgrade --py313-plus $(git ls-files '*.py') && git diff --exit-code
|
||||||
|
|
||||||
- name: Install prettier
|
|
||||||
run: npm install --save-dev --save-exact prettier
|
|
||||||
|
|
||||||
- name: Prettier format
|
- name: Prettier format
|
||||||
run: npx prettier --check .
|
run: uv run prettier --check .
|
||||||
|
|||||||
Reference in New Issue
Block a user