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.
1 parent ee5f098 commit 5f771bdCopy full SHA for 5f771bd
.github/actions/clippy-annotation/action.yml
@@ -20,7 +20,7 @@ runs:
20
GITHUB_ACTION_PATH: ${{ github.action_path }}
21
22
- name: clippy (with annotations)
23
- run: cargo clippy --features "$FEATURES" --target "$PLATFORM" --message-format=json | etc/ci/clippy-annotation.sh
+ run: cargo clippy --features "$FEATURES" --target "$PLATFORM" --message-format=json | clippy-annotation.sh
24
shell: bash
25
env:
26
FEATURES: ${{ inputs.features }}
0 commit comments