Skip to content

Commit 97bdcd6

Browse files
committed
Updates github action for ruff
1 parent 93c18fa commit 97bdcd6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run_ruff.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: chartboost/ruff-action@v1
11-
- uses: chartboost/ruff-action@v1
12-
with:
13-
args: 'format --check'
10+
- uses: astral-sh/ruff-action@v3
11+
- run: ruff format --check
1412

0 commit comments

Comments
 (0)