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 thestylelint_extensions: "css,sass,scss"
input to your workflow file.
Other changes
- Add support for Autopep8 (#430)
- Add
commit
input to prevent commits whenauto_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