From 19fc5f98f91590783e72dd7e3aaf8e706b787d4d Mon Sep 17 00:00:00 2001 From: hrj Date: Fri, 2 Apr 2021 15:35:40 +0530 Subject: [PATCH] removed older ci file --- .github/workflows/scala.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/scala.yml diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml deleted file mode 100644 index 8007c8f..0000000 --- a/.github/workflows/scala.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Scala CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 1.11 - uses: actions/setup-java@v1 - with: - java-version: 1.11 - - name: Run tests - run: sbt test - - name: Run linter - run: sbt "scalafixAll --check"