Skip to content

Commit c801132

Browse files
author
longendu
committed
fix typo in lint.yml
1 parent 76f6053 commit c801132

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
~/.local/bin/uv sync
3232
- name: Lint with ruff
3333
run: |
34-
git branch
35-
cat pyproject.toml
36-
~/.local/bin/uv run ruff check pysparker/ tests/
34+
~/.local/bin/uv run ruff check aiutil/ tests/
3735
- name: Lint with pytype
3836
run: |
3937
~/.local/bin/uv run pytype ./

0 commit comments

Comments
 (0)