OSDN Git Service

Actions: add checkstyle annotation on PR diff
authorHiroshi Miura <miurahr@linux.com>
Sat, 5 Feb 2022 02:40:13 +0000 (11:40 +0900)
committerHiroshi Miura <miurahr@linux.com>
Sat, 5 Feb 2022 02:55:18 +0000 (11:55 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
.github/workflows/gradle-build-on-push.yml

index 302411b..5444392 100644 (file)
@@ -14,6 +14,7 @@ jobs:
     - name: install dictzip command
       run: sudo apt-get install -y dictzip
     - uses: gradle/gradle-build-action@v2
+    - uses: kiancross/checkstyle-annotations-action@v1
     - run: ./gradlew check
       env:
         CI: true