Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Split the GH actions CI into multiple stages#39210

Merged
orta merged 7 commits into
microsoft:mastermicrosoft/TypeScript:masterfrom
orta:split-ciorta/TypeScript:split-ciCopy head branch name to clipboard
Jul 6, 2020
Merged

Split the GH actions CI into multiple stages#39210
orta merged 7 commits into
microsoft:mastermicrosoft/TypeScript:masterfrom
orta:split-ciorta/TypeScript:split-ciCopy head branch name to clipboard

Conversation

@orta

@orta orta commented Jun 23, 2020

Copy link
Copy Markdown
Contributor

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

@orta orta self-assigned this Jun 23, 2020
Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/ci.yml Outdated
Comment thread Gulpfile.js
else {
args.push("--format", "autolinkable-stylish");
}

Copy link
Copy Markdown
Contributor Author

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this in the files tab of the PR:
Screen Shot 2020-06-23 at 1 37 29 PM

@orta

orta commented Jul 1, 2020

Copy link
Copy Markdown
Contributor Author

OK, I'm confident in this as an improvement 👍

@orta orta merged commit d462fb2 into microsoft:master Jul 6, 2020
@orta

orta commented Jul 6, 2020

Copy link
Copy Markdown
Contributor Author

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 "space-before-function-paren": "off",

@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.