Skip to content

Commit

Permalink
Added pyright actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wanmok authored Sep 16, 2023
1 parent c5006f8 commit 32169cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Setup Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.6.1
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
cache: "poetry"
- name: Install dependencies
run: |
poetry install --with dev
- uses: chartboost/ruff-action@v1
with:
version: 0.0.290
- uses: jakebailey/pyright-action@v1
- name: Test with pytest
run: |
poetry run pytest

0 comments on commit 32169cc

Please sign in to comment.