aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/apiCheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/apiCheck.yml')
-rw-r--r--.github/workflows/apiCheck.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/apiCheck.yml b/.github/workflows/apiCheck.yml
deleted file mode 100644
index 0e9c61d0..00000000
--- a/.github/workflows/apiCheck.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: CI
-
-on: pull_request
-
-jobs:
- apiCheck:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v2
- with:
- distribution: 'zulu'
- java-version: 11
- - run: ./gradlew apiCheck --stacktrace