This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 93af662dddf44dd40780f1bacacacf682d65b8a8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 15 10:12:52 2022 -0400 Enable doclint for GitHub builds --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ec9bce14..779775fb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,4 +49,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn --file pom.xml --no-transfer-progress + run: mvn -Ddoclint=all --file pom.xml --no-transfer-progress