Skip to content

Releases: wearerequired/lint-action

v2.3.0

19 Jan 09:07
Compare
Choose a tag to compare

What's Changed

  • Add support for tsc to check TypeScript files by @zirkelc in #575

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Jan 07:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

31 Aug 12:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

11 Jul 11:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

25 Apr 15:30
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Update to the node16 runtime by default (#449)
    This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later. Node 12 has an end of life on April 30, 2022.
  • Use only CSS as default extension for stylelint (#451)
    To restore previous behaviour add the stylelint_extensions: "css,sass,scss" input to your workflow file.

Other changes

  • Add support for Autopep8 (#430)
  • Add commit input to prevent commits when auto_fix is enabled (#438)
  • Add [linter]_auto_fix input for each linter to selectively enable/disable auto-fixing (#439)
  • Create annotations for errors first (#446)
  • Throw error if a directory for a linter doesn't exist (#447)

New Contributors

  • @Daniel-Atanasov made their first contribution in #430
  • @phamelink made their first contribution in #439

Full Changelog: v1.12.0...v2.0.0

v1.12.0

21 Mar 13:44
Compare
Choose a tag to compare

What's Changed

New Contributors

v1.11.1...v1.12.0

v1.11.1

11 Jan 19:28
Compare
Choose a tag to compare
  • Fix checking out remote branches for pull requests (#377, 7ff99e8)

v1.10.0...v1.11.0

v1.11.0

10 Jan 19:57
Compare
Choose a tag to compare
  • Add git_no_verify option to bypass pre-commit and pre-push git hooks (#279, 466df2e)
  • Replace hardcoded URLs for compatibility with GitHub Enterprise Server (#296, 983f1c4)
  • Add ERB Lint support (#363, 8170c90)
  • Remove permissions error for forks when using pull_request_target event (#374, 38c0c78)
  • Use prefix when verifying that Mypy is installed (#367, 5c9cb35)
  • Provide more information for failed API requests for check runs (#371, 917843d)

v1.10.0...v1.11.0

v1.10.0

28 May 10:23
Compare
Choose a tag to compare
  • Add oitnb support (#241, ebd4f4f)
  • Add neutral_check_on_warning option to conclude the check run with neutral status (#188, 222b3d9)

v1.9.0...v1.10.0

v1.9.0

14 Mar 14:52
Compare
Choose a tag to compare
  • Add support for for pull_request_target event (6df415b)
  • Add support for for workflow_dispatch event (#164, 13c1bfc)

v1.8.0...v1.9.0