clippy-check icon indicating copy to clipboard operation
clippy-check copied to clipboard

📎 GitHub Action for PR annotations with clippy warnings

Results 45 clippy-check issues
Sort by recently updated
recently updated
newest added

This action only requires read/write access to the "checks" scope. When the "permissions" object is present, all of the scopes default to "none".

### Allows to run clippy in subdirectories and corectly puts annotation You can test with ``` - uses: reinismu/clippy-check@master with: token: ${{ secrets.GITHUB_TOKEN }} working-directory: my-directory args: --all-features ``` ###...

* [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community * [x] You've...

bug

In https://github.com/async-rs/async-std/pull/271/checks?check_run_id=247986116 we're getting an error about clippy failing: ![2019-10-04-154921_1920x1080](https://user-images.githubusercontent.com/2467194/66212544-6db0f880-e6be-11e9-9c96-4f916959cd07.png) I'm unsure what's causing this. I'd suspect a bad token of sorts, but I don't see how that could be...

* Use the integrated way of emitting annotations, removing the need for `token`, solves [this Gitter question](https://gitter.im/actions-rs/community?at=622d03059bd1c71eca9d1752) * Fix the issue of duplicated annotations, fixes https://github.com/actions-rs/clippy/issues/1 (also an issue here)...

Instead of piping the output to a new job Use the new job summary feature https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/

enhancement

Is this still actively maintained? Doesn't look like there's been any activity in the last 18 months

It would be great to know which of the whole set of permissions this actions requires with which level of access: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions. That way we can restrict the token permissions...

(Accidentally opened this on the wrong repo) Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related...

bug

Do the checklist before filing an issue: * [X] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

enhancement