Skip to content

Commit

Permalink
try to fix pyright error
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwa committed Feb 1, 2023
1 parent 76cc3a2 commit 9255334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ jobs:
level: info
filter_mode: file
- name: pyright
uses: jordemort/action-pyright@v1.8.0
uses: jordemort/action-pyright@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
level: warning
filter_mode: added
lib: true
pyright_version: 1.1.291
- name: pylint
uses: dciborow/[email protected]
with:
Expand Down

0 comments on commit 9255334

Please sign in to comment.