ci: add codeQuality job to run lint and format task#3922
ci: add codeQuality job to run lint and format task#3922escapedcat merged 1 commit intoconventional-changelog:masterfrom
Conversation
92c4c67 to
ae00adc
Compare
eb90dd4 to
ea4f7bb
Compare
|
Ohhh, wow, I was just wondering because I thought we already have this. |
|
Sure, no problem! |
|
Just in here is fine, thank you so much! |
ea4f7bb to
a37c8c7
Compare
|
a37c8c7 to
a2d32cc
Compare
Sure, let's do this. |
a2d32cc to
2b780be
Compare
|
And the last nit from me is that, given that now |
2b780be to
d24ca47
Compare
|
@marcalexiei wanna move the task below the build one as knocte suggested? btw, if any of you is interested you can join the new discord channel, which is is just empty currently: |
|
All changes have been applied. |
|
@knocte After switching everything to ESM and therefor to node v20 you know how to handle this?: |
This reverts commit dccc081.
This reverts commit dccc081.


Description
Add a new
codeQualityjob insideCIworkflow.The new job runs before
buildandnodeJsBaselineAptCompatibility.Executed task are:
yarn buildyarn formatyarn lintThis should avoid lints error addition if someone forgets to run
yarn lint.Motivation and Context
During #3850 I noticed that a lint issue fix was performed with a separate commit.
Basically
config-nx-scopeswas missing@commitlint/typesdependency and runningyarn lintshows that error.You can see the same fix also on the fix lodash PR
Usage examples
N/A
How Has This Been Tested?
N/A
Types of changes
Checklist: