-
Notifications
You must be signed in to change notification settings - Fork 166
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
Message format for GitHub Actions #20
Comments
How about using reviewdog? It has support for actionlint. Perhaps proposing actionlint support to super-linter might be another option. |
Yes, But, I think it is useful to also provide a straightforward way when getting starting with |
I understood. I'm considering if we can make this feature a bit more generic. It might be better to provide functionality to specify the output format by Go template notation so that users can specify output format freely. And we would be able to provide an example configuration for GitHub Actions workflow using the template. |
It's like the |
Sounds nice. I'll check the |
@rhysd Great work! Thank you so much! 😊 👏🏼 |
This feature was released at v1.6.0. |
Hi, thank you so much for creating this nice tool! 😄
When I tried running
actionlint
on GitHub Actions, It took some time to set up.Here is my setup code:
https://gist.github.com/ybiquitous/c72834b30882d3c1f9c105683d4c1137
I use Problem Matcher in the setup code, but I doubt it difficult for many users to use Problem Matcher.
If
actionlint
could output messages with the::warning
or::error
format of Actions, it might be easier to set up.(But, for the purpose, severities may be needed...)
For example:
What do you think about this idea?
The text was updated successfully, but these errors were encountered: