Skip to content

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