We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f063e2 commit 7cd3521Copy full SHA for 7cd3521
.github/workflows/check_nipanel.yml
@@ -36,12 +36,12 @@ jobs:
36
- name: Add virtualenv to the path for pyright-action
37
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
38
- name: Pyright static analysis (Linux)
39
- uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
+ uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
40
with:
41
python-platform: Linux
42
version: PATH
43
- name: Pyright static analysis (Windows)
44
45
46
python-platform: Windows
47
0 commit comments