Skip to content
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

Use setup-sbt in publish workflow #127

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Conversation

armanbilge
Copy link
Member

Follow-up to #126

build.sbt Outdated
Comment on lines 47 to 50
val setupSbt = WorkflowStep.Use(
UseRef.Public("sbt", "setup-sbt", "v1"),
name = Some("Setup sbt")
),
)
Copy link
Member

Choose a reason for hiding this comment

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

Is the indentation intended this way? I would expect something like

val setupSbt = WorkflowStep.Use(
  UseRef.Public("sbt", "setup-sbt", "v1"),
  name = Some("Setup sbt")
)

instead, no?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry, I clearly struggle without auto-formatting 😂

@armanbilge armanbilge force-pushed the publish-setup-sbt branch 2 times, most recently from f4f61e1 to c3068bc Compare February 26, 2025 15:51
@sjrd sjrd merged commit 0e3c00b into scala-js:main Feb 26, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants