Skip to content

Commit 5e944ef

Browse files
committed
Add javadoc-check ci job for general commits
1 parent 1f91ee1 commit 5e944ef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ jobs:
3737
run: chmod +x gradlew
3838
- name: Run the license formatter checker
3939
run: ./gradlew licenseMain licenseTest
40+
javadoc-check:
41+
runs-on: ubuntu-latest
42+
container:
43+
image: jcxldn/openjdk-alpine:11-jdk
44+
steps:
45+
- uses: actions/checkout@v2
46+
- name: Grant execute permission for gradlew
47+
run: chmod +x gradlew
48+
- name: Build javadocs
49+
run: ./gradlew javadoc

0 commit comments

Comments
 (0)