Skip to content

Commit 680877c

Browse files
committed
Update action
1 parent cc69b22 commit 680877c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ jobs:
1717
cancel_others: 'true'
1818
concurrent_skipping: same_content
1919
ruff:
20-
runs-on: ubuntu-latest
2120
needs: pre_job
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: chartboost/ruff-action@v1
24+
- uses: astral-sh/ruff-action@v3
25+
with:
26+
version: latest
27+
- run: ruff check
28+
- run: ruff format --check
2529
test:
2630
needs: ruff
2731
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}

0 commit comments

Comments
 (0)