From 0e97e3fffa08457d8c50802da76ccd6176f0b1ba Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 18 Sep 2025 22:01:50 -0400 Subject: [PATCH] feat(ci): typecheck scrapers --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8a6034..2a69753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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