feat(ci): typecheck scrapers

This commit is contained in:
Barrett Ruth 2025-09-18 22:01:50 -04:00
parent 51fd6e3676
commit 0e97e3fffa

View file

@ -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