We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2d1d8 commit 63c17a4Copy full SHA for 63c17a4
1 file changed
.github/workflows/pr-check.yml
@@ -213,11 +213,6 @@ jobs:
213
restore-keys: |
214
${{ runner.os }}-rockylinux-gradle-
215
216
- - name: Prepare checkstyle config copy
217
- run: |
218
- set -euxo pipefail
219
- cp -f config/checkstyle/checkStyle.xml config/checkstyle/checkStyleAll.xml || true
220
-
221
- name: Grant execute permission
222
run: chmod +x gradlew
223
0 commit comments