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.
2 parents e930b75 + a496a40 commit 121fdf6Copy full SHA for 121fdf6
1 file changed
.github/workflows/pyleco_CI.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Add venv to PATH for pyright
67
run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
68
- name: Lint with ruff
69
- uses: astral-sh/ruff-action@v4.0.0
+ uses: astral-sh/ruff-action@v4.1.0
70
with:
71
args: "check --output-format github"
72
- name: Type check with pyright
0 commit comments