We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a18b00 commit db87c3aCopy full SHA for db87c3a
.github/workflows/gradle.yml
@@ -104,9 +104,10 @@ jobs:
104
- id: file_changes
105
uses: trilom/file-changes-action@v1.2.4
106
- name: Run Code Style Check
107
- run: ./gradlew checkstyleCI --stacktrace --no-daemon
+ run: ./gradlew checkstyleCI -i --no-daemon
108
env:
109
MODIFIED_FILES: ${{ steps.file_changes.outputs.files}}
110
+ ACTIONS_STEP_DEBUG: true
111
- name: Run PMD Quality Check
112
run: ./gradlew pmdCI -i --no-daemon
113
0 commit comments