Skip to content
Compare
Choose a tag to compare
@ocean90 ocean90 released this 25 Apr 15:30
· 121 commits to master since this release

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