Skip to content

Commit 73d164d

Browse files
committed
Enable clippy check for Raw-rs
1 parent 71184d0 commit 73d164d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/comment-clippy-warnings.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
run: |
3535
# Run Clippy and filter output
3636
CLIPPY_OUTPUT=$(cargo clippy --all-targets --all-features -- -W clippy::all 2>&1 | grep -vE "^(\s*Updating|\s*Download|\s*Compiling|\s*Checking|Finished)")
37+
cd libraries/raw-rs
38+
CLIPPY_OUTPUT+=$(cargo clippy --all-targets --all-features -- -W clippy::all 2>&1 | grep -vE "^(\s*Updating|\s*Download|\s*Compiling|\s*Checking|Finished)"
39+
3740
# Escape special characters for JSON
3841
ESCAPED_OUTPUT=$(echo "$CLIPPY_OUTPUT" | jq -sR .)
3942
echo "CLIPPY_OUTPUT=$ESCAPED_OUTPUT" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)