We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70785b commit 916154eCopy full SHA for 916154e
.github/workflows/coverage_and_lint.yaml
@@ -45,7 +45,7 @@ jobs:
45
annotate: "${{ matrix.python-version != '3.x' }}"
46
47
- name: Lint check
48
- uses: astral-sh/ruff-action@v2
+ uses: astral-sh/ruff-action@v3
49
with:
50
args: check .
51
0 commit comments