Skip to content

Commit c71237d

Browse files
authored
Updates github action for ruff (#173)
1 parent 93c18fa commit c71237d

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)