aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/apiCheck.yml
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2021-04-14 21:51:16 +0200
committerGitHub <noreply@github.com>2021-04-14 21:51:16 +0200
commit7bfab097f35f86bafbc2feff23e6658ad17da2ae (patch)
tree62528c2763cdb5bd02c8eeff17a772e22462051a /.github/workflows/apiCheck.yml
parent38270a3b8783857bd0bba4b9422b19b4de507e4c (diff)
downloaddokka-7bfab097f35f86bafbc2feff23e6658ad17da2ae.tar.gz
dokka-7bfab097f35f86bafbc2feff23e6658ad17da2ae.tar.bz2
dokka-7bfab097f35f86bafbc2feff23e6658ad17da2ae.zip
Introduce binary compatibility plugin (#1774)
* Introduce binary compatibility plugin * Update diffs
Diffstat (limited to '.github/workflows/apiCheck.yml')
-rw-r--r--.github/workflows/apiCheck.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/apiCheck.yml b/.github/workflows/apiCheck.yml
new file mode 100644
index 00000000..55fb3fbe
--- /dev/null
+++ b/.github/workflows/apiCheck.yml
@@ -0,0 +1,13 @@
+name: CI
+
+on: pull_request
+
+jobs:
+ apiCheck:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-java@v1
+ with:
+ java-version: 11
+ - run: ./gradlew apiCheck --stacktrace