Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Option to only create annotations instead of using a separate check run #156

Open
2 of 3 tasks
Purpzie opened this issue Jul 29, 2021 · 0 comments
Open
2 of 3 tasks
Labels
enhancement New feature or request

Comments

@Purpzie
Copy link

Purpzie commented Jul 29, 2021

Do the checklist before filing an issue:

Motivation

It would be nice if actions-rs/clippy-check worked like actions-rs/cargo, and just created annotations. This would prevent it from creating an unnecessary check run to display the results in a table. The cargo action doesn't display the full details like clippy-check does.

Workflow example

- uses: actions/rs@clippy-check@v1
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    only-annotations: true

Additional context

This would also be useful to prevent #45 from happening until that gets fixed one day.

@Purpzie Purpzie added the enhancement New feature or request label Jul 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant