mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 03:20:01 +00:00
Updated workflow
This commit is contained in:
parent
83bb1108ae
commit
47e5d4f969
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -38,7 +38,10 @@ jobs:
|
|||
enable-cache: true
|
||||
cache-python: true
|
||||
|
||||
- name: Lint
|
||||
- name: Lint check
|
||||
run: uv run ruff format --check
|
||||
|
||||
- name: Format check
|
||||
run: uv run ruff check
|
||||
|
||||
- name: Type check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue