mirror of
https://github.com/lemeow125/Service_Queue.git
synced 2025-09-20 14:33:02 +08:00
Update lint step
This commit is contained in:
parent
06e3d3bc49
commit
76875239fc
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- uv sync --frozen
|
- uv sync --frozen
|
||||||
- export PATH=".venv/bin:$PATH"
|
- export PATH=".venv/bin:$PATH"
|
||||||
- ruff check src/. --no-fix --diff --show-files --verbose
|
- ruff check src/. --no-fix --diff
|
||||||
|
- isort --check --diff src/.
|
||||||
- name: discord
|
- name: discord
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue