Skip to content

Commit 1cced84

Browse files
committed
Add android compatibility to Github action workflow
1 parent 193ce13 commit 1cced84

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,17 @@ jobs:
3838

3939
- name: Publish coverage
4040
uses: codecov/codecov-action@v1
41+
42+
android-compatibility:
43+
runs-on: ubuntu-latest
44+
steps:
45+
- name: Checkout sources
46+
uses: actions/checkout@v2
47+
48+
- name: Set up JDK
49+
uses: actions/setup-java@v1
50+
with:
51+
java-version: 1.8
52+
53+
- name: Android Lint checks
54+
run: cd commonmark-android-test && ./gradlew :app:lint

0 commit comments

Comments
 (0)