Skip to content

Commit a050f3e

Browse files
author
Ben Du
committed
update lint workflow
1 parent 8426e3a commit a050f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
~/.local/bin/uv sync --all-extras
1818
- name: Lint with ruff
1919
run: |
20-
~/.local/bin/uv run ruff check aiutil/ tests/
20+
~/.local/bin/uv run ruff check github_rest_api/ tests/
2121
- name: Lint with Ty
2222
run: |
2323
~/.local/bin/uv run ty check

0 commit comments

Comments
 (0)