eslint-annotate-action icon indicating copy to clipboard operation
eslint-annotate-action copied to clipboard

A GitHub action that takes ESLint results from a JSON file and adds them as annotated pull request comments

Results 24 eslint-annotate-action issues
Sort by recently updated
recently updated
newest added

I'm testing v2 and am not sure if this behaviour is preset in v1. An an example, I see a linting error being reported for "#L15-L71". This action puts the...

Thanks for creating this action! I am currently using it in a monorepo where I have 2 different projects, each of which have their own Github Workflows for linting when...

I have multiple workflows that get triggered on pull_request. One of them is called "Run tests for pull request" and has a job called "Run linter" that runs the `eslint-annotate-action`....

Refactor with updated dependencies and greater test case coverage

I'm receiving the following warning: `Warning: Unexpected input(s) 'only-pr-files', valid inputs are ['repo-token', 'report-json', 'fail-on-warning']`

## Problem GHE (GitHub Enterprise) would result in: - Error: HttpError: Bad credentials - Error: Error occurred getting files changes in the pull request ## Changes - Update dependencies for...

Thanks for creating this! The action is working great for my team, except we’d like to annotate on `push` instead of `pull_request`, and disable the report output. We often work...

question

Hi ! Thanks for your awesome action :) We encounter a problem when using the action in a huge monorepo where we lint only modified files. If you lint a...

The first item in my report looks like this. ```json { "filePath": "/Users/rpmcelbd/code/front-end/.github/workflows/web-ci.yaml", "messages": [ { "fatal": false, "severity": 1, "message": "File ignored by default. Use a negated ignore pattern...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 Commits See full diff in...

dependencies