action-eslint

✅ GitHub Action that runs ESLint on files changed in a Pull Request

MIT License

Stars
43
Committers
5

Bot releases are visible (Hide)

action-eslint - v3.0.1 Latest Release

Published by sibiraj-s about 1 year ago

Bug Fixes

  • Fix all-files to accept boolean input (76bafe1)
action-eslint - v3.0.0

Published by sibiraj-s over 1 year ago

Breaking Changes

  • Rename input root-dir to working-directory (dd4ab68)
  • Rename input github-token to token (2a30aa5)
  • Rename input ignore-file to ignore-path (d025a5d)

Features

  • Add option to lint all files (5e82983)
action-eslint - v2.2.1

Published by sibiraj-s over 1 year ago

Bug Fixes

  • filter files correctly when the root-dir option is set (d9bb279)
action-eslint - v2.2.0

Published by sibiraj-s over 1 year ago

Features

Bug Fixes

action-eslint - v2.1.2

Published by sibiraj-s about 2 years ago

Dependency Updates

  • Update @actions/github to v5.0.3 (e71e789)
  • Update @actions/core to v1.9.1 (c41dfcc)
action-eslint - v2.1.1

Published by sibiraj-s over 2 years ago

Enhancements

Dependency Updates

  • Update @vercel/ncc to v0.33.3 (9a21f96)
  • Move @octokit/types to devDependencies (c6b868b)
action-eslint - v2.1.0

Published by sibiraj-s almost 3 years ago

Enhancements

  • Run action with nodejs 16 (a6b82ed)

Dependency Updates

  • Update @vercel/ncc to v0.33.0 (6b76f89)

Full Changelog: https://github.com/sibiraj-s/action-eslint/compare/v2.0.0...v2.1.0

action-eslint - v2.0.0

Published by sibiraj-s about 3 years ago

Enhancements

  • github-token is optional (10b7645)

Breaking Changes

  • Rename input eslintArgs to eslint-args (a926a0e)
  • env.GITHUB_TOKEN is now with.github-token (10b7645)
action-eslint - v1.1.3

Published by sibiraj-s about 3 years ago

Dependency Updates

  • Update @vercel/ncc to v0.29.0 (da80066)
  • Update @octokit/types to v6.25.0 (5cecebc)
  • Update @actions/github to v5.0.0 (d731913)
  • Update @actions/exec to v1.1.0 (828f2f0)
  • Update @actions/core to v1.4.0 (a1dfa29)
  • Update devDependencies (f31df13)
action-eslint - v1.1.2

Published by sibiraj-s over 3 years ago

Bug Fixes

  • Fix forwarding arguments to eslint (cec9556)
action-eslint - v1.1.1

Published by sibiraj-s over 3 years ago

Bug Fixes

Dependency Updates

  • Update @actions/core to v1.2.7 (1b17160)
  • Update @octokit/types to v6.13.0 (1b17160)
  • Update devDependencies (1b17160)
action-eslint - v1.1.0

Published by sibiraj-s over 3 years ago

Features

  • Add option to disable annotations (bb12546)
action-eslint - v1.0.2

Published by sibiraj-s almost 4 years ago

Dependency Updates

Internal

  • Update @actions/setup-node to v2 stable (5522509)
  • Update LICENSE (ebbfc1f)
action-eslint - v1.0.1

Published by sibiraj-s about 4 years ago

Dependency Updates

  • Update @actions/core to v1.2.6 (a2acc3f)
  • Update devDependencies (b00c5e7)
action-eslint - v1.0.0

Published by sibiraj-s about 4 years ago

Features

Initial Release: Setup ESLint Action