Skip to content

Commit 4293b4d

Browse files
committed
[workflow] Add explicit ruff check args
This makes the duplicate ruff-action usage less confusing
1 parent 3a37e02 commit 4293b4d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
run: cargo check
127127

128128
- uses: astral-sh/ruff-action@v3
129+
with:
130+
args: "check"
129131

130132
- uses: astral-sh/ruff-action@v3
131133
with:

0 commit comments

Comments
 (0)