We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265e303 commit a5099e3Copy full SHA for a5099e3
.github/workflows/coverage_and_lint.yml
@@ -71,5 +71,4 @@ jobs:
71
no-comments: ${{ matrix.python-version != '3.x' }}
72
73
- name: Lint
74
- if: ${{ always() && steps.install-deps.outcome == 'success' }}
75
- uses: chartboost/ruff-action@v1
+ uses: astral-sh/ruff-action@v3
0 commit comments