Add comments

This commit is contained in:
Keannu Christian Bernasol 2025-09-14 01:15:09 +08:00
parent d949a0d534
commit 73aa0f0c8a
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ steps:
- ruff check src/. --no-fix --diff - ruff check src/. --no-fix --diff
- isort --check --diff src/. - isort --check --diff src/.
volumes: volumes:
- /tmp/.uv:/.cache/uv - /tmp/.uv:/.cache/uv # Optimization: Shared UV cache on local build server
- name: discord - name: discord
image: appleboy/drone-discord image: appleboy/drone-discord
settings: settings:

View file

@ -58,7 +58,7 @@ steps:
- export PATH=".venv/bin:$PATH" - export PATH=".venv/bin:$PATH"
- pytest --cov - pytest --cov
volumes: volumes:
- /tmp/.uv:/.cache/uv - /tmp/.uv:/.cache/uv # Optimization: Shared UV cache on local build server
- name: discord - name: discord
image: appleboy/drone-discord image: appleboy/drone-discord
settings: settings: