-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Split the GH actions CI into multiple stages #39210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
else { | ||
args.push("--format", "autolinkable-stylish"); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stylish:
/Users/ortatherox/dev/typescript/typescript-compiler/src/compiler/builderState.ts
93:90 error Missing semicolon @typescript-eslint/semi
94:83 error Missing semicolon @typescript-eslint/semi
Autolinkable Stylish
Error: /Users/ortatherox/dev/typescript/typescript-compiler/src/compiler/builderState.ts:93:90 @typescript-eslint/semi Missing semicolon.
Error: /Users/ortatherox/dev/typescript/typescript-compiler/src/compiler/builderState.ts:94:83 @typescript-eslint/semi Missing semicolon.
Stylish support is shipped with setup-node here: https://github.com/actions/setup-node/blob/master/.github/eslint-stylish.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I'm confident in this as an improvement 👍 |
This seems to be breaking my build and maybe ignoring the config file? https://github.com/microsoft/TypeScript/pull/39119/checks?check_run_id=842427208#step:9:24 The config has |
Currently all of the CI is a single "install and run CI" - by splitting it into separate tasks, you can see at a glance what failed