Ver.1.2.0
- feat: add IgnoreStyleTest and update style rules (e7e671e)
- feat: improve linting workflow for .editorconfig handling (5f577e7)
- feat: add support for specifying editorconfig branch (ac51246)
- feat: enhance Unity linter workflow with style suggestion step (907e1f6)
- feat: update linter workflow to target pull requests (f072453)
- feat: add reusable action to check for .editorconfig (#188) (35ffa01)
- feat: add timeout to GitHub API request in workflow (a0cd1c8)
- feat: update Unity C# linter workflow with summary job (117f257)
- feat: add support for custom editorconfig branch input (#192) (7ff24e4)
- feat: add editorconfig branch input to linter workflow (6e57d48)
- feat: update linter workflow to require include-paths input (8c6350b)
- feat: update workflow name for clarity (289e0a8)
- feat: add style violation test and update linter workflows (5845941)
- feat: update permissions for GitHub Actions workflow (98fde76)
- feat: update permissions in workflow file (46a37b9)
- feat: update permissions in GitHub Actions workflow (09dd9bd)
- feat: enhance lint workflows with new configuration inputs (add0426)
- feat: update workflow defaults and add permissions (09f1dc9)
- feat: add Unity C# linter workflow to CI pipeline (acdf4d2)
- fix: update target branch for Unity CS linter workflow (e1bd40f)
- fix: adjust Unity C# linter config for include-paths only (39f6c36)
- fix: correct branch verification in lint workflow (04abf94)
- fix: correct permissions in test-unity-cs-linter workflow (6756994)
- fix: update review-reporter to github-pr-check (3f7ebc9)
- fix: update permissions and adjust review-reporter (0a69fa2)
- fix: set correct review-exit-code for linter dispatch (04be864)
- fix: update permissions to allow contents write access (80569db)
- fix: adjust permissions and update reviewdog exit code default (3346bed)
- fix: adjust permissions in Unity CI workflows (977fb43)
- fix: adjust permissions in reusable workflow (7754f0a)
- fix: adjust permissions in GitHub Actions workflow (ba9518e)
- fix: correct GitHub Actions permissions configuration (52476d6)
- fix: correct permissions in GitHub Actions workflows (5c462f4)
- docs: add badge for Unity C# Linter workflow (46382d9)
- docs: fix spacing in badges section of README (0c42333)
- refactor: remove redundant style suggestions step (707a491)
- refactor: update permissions config in GitHub workflows (fa2dba2)
- refactor: update workflow name for clarity (89e2474)
- refactor: rename linter workflow files for clarity (17bb85f)
What's Changed
- feat: add reusable action to check for .editorconfig by @IShix-g in #188
- Modification of check-editorconfig by @IShix-g in #189
- Migrate .editorconfig action to workflow by @IShix-g in #190
- Add reusable workflow for C# linting by @IShix-g in #191
- feat: add support for custom editorconfig branch input by @IShix-g in #192
- Add reusable Unity C# linter workflows by @IShix-g in #193
- Update reviewdog configs, and improve Unity logging by @IShix-g in #195
Full Changelog: 1.1.30...1.2.0