Skip to content

Commit 8a30662

Browse files
committed
chore: fix lint command in ci workflow
1 parent 4fcf9d1 commit 8a30662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Check format with ruff
7878
uses: astral-sh/ruff-action@v3
7979
with:
80-
args: "--check --diff"
80+
args: "check --diff"
8181
version: "latest"
8282

8383

0 commit comments

Comments
 (0)