Skip to content

[CI] Migrate to GHA#328

Merged
FranzBusch merged 1 commit into
mainfrom
fb-gha-action
Oct 30, 2024
Merged

[CI] Migrate to GHA#328
FranzBusch merged 1 commit into
mainfrom
fb-gha-action

Conversation

@FranzBusch

Copy link
Copy Markdown
Member

Motivation

We want to modernize our CI.

Modification

This PR migrates to GH actions and turns on all the right flags.

Result

Modern CI.

@FranzBusch FranzBusch added the semver/none No version bump required. label Oct 29, 2024
@FranzBusch FranzBusch force-pushed the fb-gha-action branch 3 times, most recently from 73089da to bf0278a Compare October 29, 2024 16:53
private func doSomethingElse(context: Context) {
var c = context
c.logLevel = .debug // only effects from this point on
c.logLevel = .debug // only effects from this point on

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I wonder if there's a way to prevent those, it's somewhat silly to insert a double space... maybe there's a bug for it already?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Filed an issue about it swiftlang/swift-format#868

@ktoso ktoso left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I wish the reformat was a single commit, it's very noisy to review. But looks okey AFAICS

@ktoso

ktoso commented Oct 30, 2024

Copy link
Copy Markdown
Member

Ok I think we're green on GH Actions now. I changed all the required checks as well.

# Motivation

We want to modernize our CI.

# Modification

This PR migrates to GH actions and turns on all the right flags.

# Result

Modern CI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/none No version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants