Skip to content

Commit

Permalink
Merge pull request #74 from GiganticMinecraft/Lucky3028-patch-1
Browse files Browse the repository at this point in the history
Lucky3028 patch 1
  • Loading branch information
Lucky3028 authored Jan 28, 2025
2 parents 6892fe9 + 42fd772 commit 0900bf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/ci-and-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,16 @@ on:
push:
branches:
- main
paths:
- src/**
- build.sbt
- .scalafix.conf
- .scalafmt.conf
- project/*
- .github/**
pull_request:
paths:
- src/**
- build.sbt
- .scalafix.conf
- .scalafmt.conf
- project/*
- .github/**
jobs:
ci:
uses: Lucky3028/shared-workflows/.github/workflows/scala-ci.yml@main
with:
cache-build-deps-ver: v-1
cache-build-outputs-ver: v-1
jar-output-dir: target/scala-2.13
cd:
uses: Lucky3028/shared-workflows/.github/workflows/scala-cd.yml@main
if: github.ref == 'refs/heads/main'
needs:
- ci
with:
cache-build-deps-ver: v-1
cache-build-outputs-ver: v-1
jar-output-dir: scala-2.13
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
// Formatをするためのプラグイン
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
// バージョン生成を自動で行うためのプラグイン
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

0 comments on commit 0900bf8

Please sign in to comment.