Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
This repository was 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

@Purpzie

Description

@Purpzie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions