Skip to content

Commit a18f9e1

Browse files
committed
Update astral-sh/ruff-action
1 parent 735c2f9 commit a18f9e1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
uses: actions/checkout@v2
4747

4848
- name: Run Ruff Linter
49-
uses: astral-sh/ruff-action@v1
50-
51-
- name: Run Ruff Formatter
52-
uses: astral-sh/ruff-action@v1
49+
uses: astral-sh/ruff-action@v3
5350
with:
54-
args: "format --check"
51+
version: "0.9.*"
52+
- run: ruff format --check

0 commit comments

Comments
 (0)