Skip to content

Commit a5099e3

Browse files
committed
update action to use newest 1st party ruff action
1 parent 265e303 commit a5099e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/coverage_and_lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,4 @@ jobs:
7171
no-comments: ${{ matrix.python-version != '3.x' }}
7272

7373
- name: Lint
74-
if: ${{ always() && steps.install-deps.outcome == 'success' }}
75-
uses: chartboost/ruff-action@v1
74+
uses: astral-sh/ruff-action@v3

0 commit comments

Comments
 (0)