diff --git a/.github/ci.yaml b/.github/ci.yaml deleted file mode 100644 index 464beac..0000000 --- a/.github/ci.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: CI -on: - pull_request: - paths: - - .github/workflows/ci.yaml - - .sbtopts - - build.sbt - - .scalafmt.conf - - project/** - - src/** - -defaults: - run: - shell: bash - -env: - GITHUB_TOKEN: ${{ secrets.READ_PACKAGES }} - -jobs: - code-check: - runs-on: self-hosted - container: - image: sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_2.12.19 - steps: - - uses: actions/checkout@v4 - - run: sbt headerCheckAll - test: - runs-on: self-hosted - container: - image: sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_2.12.19 - steps: - - uses: actions/checkout@v4 - - run: sbt clean test diff --git a/.github/publish.yaml b/.github/workflows/publish.yaml similarity index 100% rename from .github/publish.yaml rename to .github/workflows/publish.yaml