We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193ce13 commit 1cced84Copy full SHA for 1cced84
1 file changed
.github/workflows/ci.yml
@@ -38,3 +38,17 @@ jobs:
38
39
- name: Publish coverage
40
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