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.
2 parents f552d03 + c1c6219 commit 434fb4bCopy full SHA for 434fb4b
1 file changed
.github/workflows/lint.yml
@@ -22,12 +22,12 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Ruff Check
25
- uses: astral-sh/ruff-action@v3
+ uses: astral-sh/ruff-action@v4.0.0
26
with:
27
args: check --output-format=github
28
29
- name: Ruff Format
30
31
32
args: format --check --diff
33
0 commit comments