We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ec1ed commit c09315dCopy full SHA for c09315d
.github/workflows/ruff.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Check code with ruff
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: astral-sh/ruff-action@v3
15
with:
16
args: "check"
0 commit comments