Conversation
|
It fails to install node-odbc due to It runs the action in the node10-slim docker container, so maybe it the container doesn't have the required dependencies to run node-gyp. |
Thats true but I don't think that causes the run to fail because odbc is an optional dep. Following the npm log there is the following: I'm thinking this error originates from a permissions issue from https://github.com/hallee/eslint-action/blob/master/lib/run.js#L103 |
|
Alternatively we can use https://github.com/stefanoeb/eslint-action. This wont annotate the diffs of your pull requests with lint errors and warnings though. It uses the eslint CLI. |
7f9e856 to
bbfbfdf
Compare
|
Using https://github.com/stefanoeb/eslint-action was successful although the run logs a ton of |
|
@kadler how about we simply run eslint during our CI action. Something similar to the suggestion here: stefanoeb/eslint-action#8 (comment) |
|
Yeah, I think it would be better to call out to |
bbfbfdf to
79ae206
Compare
Resolves #201
Workflow added from https://github.com/hallee/eslint-action#usage