mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-02 17:30:44 +00:00
drop sbt gha
This commit is contained in:
parent
1a4c2b89da
commit
91810779d0
@ -1,25 +0,0 @@
|
||||
import sbt._
|
||||
import sbt.Keys._
|
||||
import sbtghactions._
|
||||
import sbtghactions.GenerativeKeys._
|
||||
|
||||
/**
|
||||
* Automatically enriches projects with the following settings (despite the word "override").
|
||||
*/
|
||||
object GitHubActionsSettings extends AutoPlugin {
|
||||
|
||||
/**
|
||||
* Thus plug-in will automatically be enabled; it has no requirements.
|
||||
*/
|
||||
override def trigger: PluginTrigger = AllRequirements
|
||||
|
||||
override def requires: Plugins =
|
||||
GitHubActionsPlugin
|
||||
|
||||
override val buildSettings: Seq[Setting[_]] = Seq(
|
||||
githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("scalafixAll --check", "scalafmtCheck", "test"))),
|
||||
githubWorkflowEnv := Map("GH_PACKAGES_TOKEN" -> "${{ secrets.GH_PACKAGES_TOKEN }}"),
|
||||
githubWorkflowPublishTargetBranches := Nil,
|
||||
githubWorkflowIncludeClean := false
|
||||
)
|
||||
}
|
@ -3,4 +3,3 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
|
||||
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.0.7")
|
||||
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
|
||||
|
Loading…
Reference in New Issue
Block a user