We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37493e4 commit c7f9175Copy full SHA for c7f9175
.github/workflows/coverage_and_lint.yaml
@@ -65,7 +65,7 @@ jobs:
65
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
66
67
- name: "Run Pyright @ ${{ matrix.python-version }}"
68
- uses: jakebailey/pyright-action@v1
+ uses: jakebailey/pyright-action@v2
69
with:
70
warnings: false
71
verify-types: "mystbin"
0 commit comments