Skip to content

Commit 5c0e2ba

Browse files
authored
chore: binary compat validation (#366)
* add binary compat validation * chore: add apiCheck to CI
1 parent d937c23 commit 5c0e2ba

File tree

5 files changed

+2381
-0
lines changed

5 files changed

+2381
-0
lines changed

.github/workflows/pull-request-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: Lint
5656
run: ./gradlew ktlintCheck
5757

58+
- name: API Compatibility Check
59+
run: ./gradlew apiCheck
60+
5861
- name: Upload test and lint results
5962
if: always()
6063
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)