You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent PRs are failing eslint linter checks with the following:
Run reviewdog/action-eslint@v1
Run $GITHUB_ACTION_PATH/script.sh
🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog
Running `npm install` to install eslint ...
eslint version:
/home/runner/work/_actions/reviewdog/action-eslint/v1/script.sh: 20: Unknown: not found
Running eslint with reviewdog 🐶 ...
/home/runner/work/_actions/reviewdog/action-eslint/v1/script.sh: 23: Unknown: not found
reviewdog: failed to unmarshal rdjson (DiagnosticResult): proto: syntax error (line 1:1): unexpected token
Error: Process completed with exit code 1.
I feel like it would be reasonable to apply this workaround for now and also create a separate issue to remove the workaround when v9 support is added.
Summary
Recent PRs are failing eslint linter checks with the following:
Looks related to this: reviewdog/action-eslint#152
Proposed fix
The above issues proposes a workaround with:
However I’m unclear if pinning that version is best practice.
The text was updated successfully, but these errors were encountered: