Skip to content

Commit

Permalink
ci: #168 Remove unused dependencies check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemaitre committed Jan 14, 2025
1 parent 230c84d commit 172d2a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,5 @@ val websitePublication = WorkflowJob(
)
)

val checkNoUnusedDependency = WorkflowStep.Run(
name = Some("Check no unused dependency"),
commands = List(
"""sbt unusedCompileDependenciesTest"""
)
)
ThisBuild / githubWorkflowBuildPreamble := List(checkNoUnusedDependency)
ThisBuild / githubWorkflowGeneratedCI ++= List(releasePreparation, websitePublication)
ThisBuild / githubWorkflowPublishNeeds := List("prepare-release")

0 comments on commit 172d2a9

Please sign in to comment.