From 92dcc007dd639a42cd15e2537da3ae9e4b2bf04a Mon Sep 17 00:00:00 2001 From: Yves Blatti Date: Thu, 24 Nov 2022 11:02:44 +0100 Subject: [PATCH] Remove unused GH actions --- .github/workflows/maven.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml deleted file mode 100644 index 91106d3f..00000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Java CI - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - name: Build with Maven - run: mvn -B package --file pom.xml