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 cc02c2c commit 58ce7a8Copy full SHA for 58ce7a8
.github/workflows/check_nipanel.yml
@@ -33,3 +33,15 @@ jobs:
33
run: poetry run mypy --platform win32
34
- name: Bandit security checks
35
run: poetry run bandit -c pyproject.toml -r src/nipanel
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
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