Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.
/ jshint-action Public archive

Run JSHint Static Code Analysis Tool for JavaScript

Notifications You must be signed in to change notification settings

drugscom/jshint-action

Repository files navigation

JSHint Static Code Analysis

Run JSHint Static Code Analysis Tool for JavaScript.

Inputs

path

Where to look for JavaScript files. Default "**/*.js".

Example usage

uses: drugscom/jshint-action@v1
with:
  path: src/**/*.js