Skip to content

Revert the https://github.com/deliveryhero/whetstone/pull/94 #49

Revert the https://github.com/deliveryhero/whetstone/pull/94

Revert the https://github.com/deliveryhero/whetstone/pull/94 #49

Workflow file for this run

name: API Check
on: [ pull_request ]
jobs:
api-check:
name: Binary Compatibility Validation
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set JDK version
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run API Check
run: bash ./gradlew apiCheck