Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement code annotations in GitHub Action runner #57

Open
alerque opened this issue Mar 24, 2022 · 1 comment
Open

Implement code annotations in GitHub Action runner #57

alerque opened this issue Mar 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@alerque
Copy link
Member

alerque commented Mar 24, 2022

@nebularg's implementation of Luacheck as a GitHub Action has a nice annotator that converts Luacheck's output to GitHub's annotation output format. It would be nice to implement something similar here too.

https://github.com/nebularg/actions-luacheck/blob/master/action.yml#L65-L85

It might be possible to just switch to the TAP output format and have GitHub process that, or if not at least the output formatter options might make it easier to implement this with less code.

@alerque alerque added the enhancement New feature or request label Mar 24, 2022
@cooljeanius
Copy link

Is this the same thing as making the results available under the "Code Scanning" section of the "Security" tab, or is that something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants