Skip to content

Commit

Permalink
Merge pull request #51 from rsnitsch/dependabot/github_actions/jakeba…
Browse files Browse the repository at this point in the history
…iley/pyright-action-2.3.1

chore(deps): bump jakebailey/pyright-action from 1.8.1 to 2.3.1
  • Loading branch information
rsnitsch authored May 7, 2024
2 parents 6ab1408 + 6c9eefa commit c69459f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
run: echo "$(pipenv --venv)/bin" >> $GITHUB_PATH

- name: Run pyright (Linux)
uses: jakebailey/pyright-action@v1.8.1
uses: jakebailey/pyright-action@v2.3.1
with:
python-version: ${{ matrix.python-version }}
python-platform: Linux
no-comments: true
warnings: true

- name: Run pyright (Windows)
uses: jakebailey/pyright-action@v1.8.1
uses: jakebailey/pyright-action@v2.3.1
# run anyway
if: success() || failure()
with:
Expand Down

0 comments on commit c69459f

Please sign in to comment.