Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wanmok authored Sep 16, 2023
1 parent 32169cc commit ed0b9b6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ jobs:
- name: Install dependencies
run: |
poetry install --with dev
- uses: chartboost/ruff-action@v1
- name: Ensure Poetry envs
run: |
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- name: Run ruff
uses: chartboost/ruff-action@v1
with:
version: 0.0.290
- uses: jakebailey/pyright-action@v1
- name: Run pyright
uses: jakebailey/pyright-action@v1
with:
version: "1.1.327"
- name: Test with pytest
run: |
poetry run pytest

0 comments on commit ed0b9b6

Please sign in to comment.