Skip to content

Eslint Annotate

Actions
Lints changed files and annotates pull request diffs with errors
v2.2.0
Latest
Star (6)

Eslint Annotate

Unit Tests Coverage Status

Runs eslint on changed files and creates inline annotations with errors.

Usage

In .github/workflows/main.yml:

name: Example Workflow

on: [pull_request, push]

jobs:
  lint:
    steps:
      - uses: actions/checkout@v1
      - uses: a-b-r-o-w-n/eslint-action@v2
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          files: "src/**/*"
          ignore: "src/some-file-to-ignore.js"
          extensions: ".js,.ts"
          working-directory: "./my-package"
          quiet: "false"

Eslint Annotate is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Lints changed files and annotates pull request diffs with errors
v2.2.0
Latest

Eslint Annotate is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.