Run both stable and preview ecosystem checks#8422
Conversation
| run: | | ||
| echo '## PR Check Results' >> comment.txt | ||
|
|
||
| echo "### Ecosystem" >> comment.txt | ||
| echo '## `ruff-ecosystem` results' >> comment.txt | ||
| cat pr/ecosystem/ecosystem-result >> comment.txt |
There was a problem hiding this comment.
These changes will not take effect until after merge. I can manually dispatch to test if desired.
There was a problem hiding this comment.
Doing a manual dispatch might be good. Just be to sure
|
22238aa to
6dfea78
Compare
Should we rename LinterStablePreviewFormatter |
|
@MichaReiser you commented on the output from the old |
|
Sure is slow! |
|
Closes #8076
Follow-up to #8358
Doubles the amount of ecosystem checks we do, adding separate groups for the stable sections.
We're likely to run into GitHub comment length restrictions if there are significant deviations. However, it should not be common for changes in stable and preview to occur at the same time, nor should it be common for linter and formatter changes to occur at the same time.