Update lint step

This commit is contained in:
Keannu Christian Bernasol 2025-09-13 21:12:00 +08:00
parent 06e3d3bc49
commit 76875239fc

View file

@ -10,7 +10,8 @@ steps:
commands:
- uv sync --frozen
- 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
image: appleboy/drone-discord
settings: