diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 738165e..34e4217 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: run: hatch run style:check - name: Check types - run: hatch run types.${{ matrix.python-version }}:check + run: hatch run types.py${{ matrix.python-version }}:check - name: Run static analysis run: hatch fmt --check