mirror of
https://github.com/harivansh-afk/cp.nvim.git
synced 2026-04-15 20:03:09 +00:00
feat(ci): typecheck scrapers
This commit is contained in:
parent
51fd6e3676
commit
0e97e3fffa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: Install ruff
|
||||
run: uv tool install ruff
|
||||
- name: Lint Python files with ruff
|
||||
run: ruff check scrapers/
|
||||
run: ruff check scrapers/ tests/scrapers/
|
||||
|
||||
python-typecheck:
|
||||
name: Python Type Checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue