Laurent Laville
Laurent Laville
What is the option that display MegaLinter report into GH Actions workflows summary ? For example : https://github.com/llaville/php-compatinfo-db/actions/runs/18367915944#summary-52324301133
@nvuillam Thanks, I like is presence in GH Actions, even if I think it's news (I don't see it in same context before). Can you confirm it's a new ML...
@nvuillam I've my answer : it's YES, implemented by commit https://github.com/oxsecurity/megalinter/commit/f9d62a26ed5fd849fe9a56460c37aa6405e494a3 since v9.0.0
Base of new Extension architecture was introduced by commit https://github.com/overtrue/phplint/commit/a8f7beffcdf096470d31de6be0cc2f52e72c4dd8 Learn more with documentation at https://github.com/overtrue/phplint/blob/10.0/docs/architecture/extension.md
Base code of new Extension Architecture (with previous commit https://github.com/overtrue/phplint/commit/a8f7beffcdf096470d31de6be0cc2f52e72c4dd8) was not enough to solve all situations. Particulary **if developer missed to add default command but used it.** Look deeply...
After applying commit https://github.com/overtrue/phplint/commit/cbce982caa2012f0a3c0a94d54c0b7b833538899 we have same behaviour as if we did in PHPLint 9.x context (not affected by this issue) If we run (binary launcher `phplint`) on interactive mode...
Referenced by PR #6706
This action need a new release, due to Node 16 [end-of-life in GH Actions Runner](https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/). After a long period to allow maintainers to switch from Node 16 Node 20, it's...
Any news ?