Skip to content

Commit c7f9175

Browse files
Bump jakebailey/pyright-action from 1 to 2 (#15)
Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1 to 2. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](jakebailey/pyright-action@v1...v2) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37493e4 commit c7f9175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage_and_lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
6666
6767
- name: "Run Pyright @ ${{ matrix.python-version }}"
68-
uses: jakebailey/pyright-action@v1
68+
uses: jakebailey/pyright-action@v2
6969
with:
7070
warnings: false
7171
verify-types: "mystbin"

0 commit comments

Comments
 (0)