Skip to content

Commit

Permalink
Use pyright-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 10, 2024
1 parent 438425d commit 6b4b8b4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
with:
python-version: "${{ matrix.version }}"
cache: "poetry"
- name: Set up Node.js
id: node
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: |
poetry install -n
Expand All @@ -50,9 +45,9 @@ jobs:
- name: Lint
run: |
poetry run flake8 handsdown
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- name: Typing
run: |
poetry run npx pyright
uses: jakebailey/pyright-action@v1
- name: Test
run: |
poetry run pytest

0 comments on commit 6b4b8b4

Please sign in to comment.