Skip to content

Commit 49b7ec2

Browse files
committed
fix pyright CI run
1 parent a9eca48 commit 49b7ec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28-
- name: Run pyright
29-
uses: jakebailey/pyright-action@v2
3028
- name: Install Poetry
3129
uses: snok/install-poetry@v1
3230
with:
@@ -44,9 +42,11 @@ jobs:
4442
poetry run black django_typer --check
4543
poetry run pylint django_typer
4644
poetry run mypy django_typer
47-
pyright django_typer
4845
poetry check
4946
poetry run pip check
5047
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
5148
cd ./doc
5249
poetry run doc8 --ignore-path build --max-line-length 100
50+
51+
- name: Run pyright
52+
uses: jakebailey/pyright-action@v2

0 commit comments

Comments
 (0)