Updated agent instructions and renamed lint check to format check

This commit is contained in:
Alishahryar1 2026-02-28 07:20:00 -08:00
parent a74ec74271
commit f1f6080224
3 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ jobs:
enable-cache: true
cache-python: true
- name: Lint check
- name: Format check
run: uv run ruff format --check
- name: Style check