From 92e51bbc9af19ecc05ac911b8ad6507e566297cc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 28 Oct 2022 10:35:26 +0000 Subject: [PATCH] Updating GHES workflows --- ci/properties/scala.properties.json | 6 ------ ci/scala.yml | 26 -------------------------- icons/scala.svg | 1 - 3 files changed, 33 deletions(-) delete mode 100644 ci/properties/scala.properties.json delete mode 100644 ci/scala.yml delete mode 100644 icons/scala.svg diff --git a/ci/properties/scala.properties.json b/ci/properties/scala.properties.json deleted file mode 100644 index 34dde26..0000000 --- a/ci/properties/scala.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Scala", - "description": "Build and test a Scala project with SBT.", - "iconName": "scala", - "categories": ["Continuous integration", "Scala", "Java"] -} diff --git a/ci/scala.yml b/ci/scala.yml deleted file mode 100644 index 6f80a22..0000000 --- a/ci/scala.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Scala CI - -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] - -permissions: - contents: read - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - cache: 'sbt' - - name: Run tests - run: sbt test diff --git a/icons/scala.svg b/icons/scala.svg deleted file mode 100644 index 80c5b99..0000000 --- a/icons/scala.svg +++ /dev/null @@ -1 +0,0 @@ -