Skip to content
code

GitHub Action

ESlint Runner Action

v1 Latest version

ESlint Runner Action

code

ESlint Runner Action

Run ESLint in parallel of CI build

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ESlint Runner Action

uses: tinovyatkin/action-eslint@v1

Learn more about this action in tinovyatkin/action-eslint

Choose a version

JavaScript Action Template

This template offers an easy way to get started writing a javascript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit.

Getting Started

See the walkthrough located here.

In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.