Skip to content

Commit

Permalink
Add javadoc-check ci job for general commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jan 16, 2021
1 parent 1f91ee1 commit 5e944ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ jobs:
run: chmod +x gradlew
- name: Run the license formatter checker
run: ./gradlew licenseMain licenseTest
javadoc-check:
runs-on: ubuntu-latest
container:
image: jcxldn/openjdk-alpine:11-jdk
steps:
- uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build javadocs
run: ./gradlew javadoc

0 comments on commit 5e944ef

Please sign in to comment.