-
Notifications
You must be signed in to change notification settings - Fork 77
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
Missing Diff Anotations? #4
Comments
Solved this by creating another solution - https://github.com/Neovici/github-actions-eslint-annotator This is installed as an npm dependency instead and added to the github workflow as a run step (see README), which avoids the need to spin up a node docker container (approx 30s). |
I messaged the dev on Twitter. It doesn't work with YAML at the moment, but he's working on it |
This should probably be closed |
First off, thanks for this action! Great to not have to pull in a separate service for a fast check.
I'm running a config for pull requests; this is giving a success / failure check, but isn't giving diff annotations. What's the expected behavior for this / is this not meant for PR config?
Also, in the
EsLint Checks
logs, the errors are not logged, only the count at the end:This would be much more helpful IMO if this also listed the errors.
my config:
The text was updated successfully, but these errors were encountered: