Releases: sibiraj-s/action-eslint
Releases · sibiraj-s/action-eslint
v3.0.1
Bug Fixes
- Fix all-files to accept boolean input (76bafe1)
v3.0.0
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)
v2.2.1
Bug Fixes
- filter files correctly when the root-dir option is set (d9bb279)
v2.1.2
Dependency Updates
- Update @actions/github to v5.0.3 (e71e789)
- Update @actions/core to v1.9.1 (c41dfcc)
v2.1.1
Enhancements
Dependency Updates
- Update @vercel/ncc to v0.33.3 (9a21f96)
- Move @octokit/types to devDependencies (c6b868b)
v2.0.0
Enhancements
Breaking Changes
- Rename input
eslintArgs
to eslint-args
(a926a0e)
env.GITHUB_TOKEN
is now with.github-token
(10b7645)
v1.1.3
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)
v1.1.2
Bug Fixes
- Fix forwarding arguments to eslint (cec9556)