diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e8138a7..70c69ec 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -9,4 +9,4 @@ jobs: - uses: chartboost/ruff-action@v1 - uses: abatilo/actions-poetry@v2 - run: poetry install - - uses: jakebailey/pyright-action@v2 \ No newline at end of file + - run: poetry run pyright . \ No newline at end of file