From 67de2911ba45c0145820e3c1876eedb78b9ab6db Mon Sep 17 00:00:00 2001 From: bjornregnell Date: Thu, 20 Jun 2024 13:41:38 +0200 Subject: [PATCH] remove ci as badge is not working --- .github/workflows/ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 4f86c8d..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: build -on: - pull_request: - push: -jobs: - build: - strategy: - fail-fast: false - matrix: - include: - - os: ubuntu-latest - java: 8 - - os: ubuntu-latest - java: 17 - - os: windows-latest - java: 17 - runs-on: ${{ matrix.os }} - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Setup JDK - uses: actions/setup-java@v2 - with: - distribution: temurin - java-version: ${{ matrix.java }} - - name: Build - shell: bash - run: sbt fullLinkJS