Skip to content

Commit 5f771bd

Browse files
committed
clippy: fix the wrong path clippy-annotation.sh
Signed-off-by: Jerens Lensun <[email protected]>
1 parent ee5f098 commit 5f771bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/clippy-annotation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
GITHUB_ACTION_PATH: ${{ github.action_path }}
2121

2222
- name: clippy (with annotations)
23-
run: cargo clippy --features "$FEATURES" --target "$PLATFORM" --message-format=json | etc/ci/clippy-annotation.sh
23+
run: cargo clippy --features "$FEATURES" --target "$PLATFORM" --message-format=json | clippy-annotation.sh
2424
shell: bash
2525
env:
2626
FEATURES: ${{ inputs.features }}

0 commit comments

Comments
 (0)