Renamed a check in workflow

This commit is contained in:
Alishahryar1 2026-02-16 15:59:25 -08:00
parent b8d1bfecbb
commit 416664ed41

View file

@ -41,7 +41,7 @@ jobs:
- name: Lint check
run: uv run ruff format --check
- name: Format check
- name: Style check
run: uv run ruff check
- name: Type check