We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c18fa commit c71237dCopy full SHA for c71237d
1 file changed
.github/workflows/run_ruff.yml
@@ -7,8 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: chartboost/ruff-action@v1
11
12
- with:
13
- args: 'format --check'
+ - uses: astral-sh/ruff-action@v3
+ - run: ruff format --check
14
0 commit comments