We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb80bf0 commit e2004aaCopy full SHA for e2004aa
1 file changed
.github/workflows/code_quality.yml
@@ -59,6 +59,9 @@ jobs:
59
- name: Copy Sarif
60
run: ./gradlew --parallel --continue sarifCopy
61
62
+ - run: "ls build/sarif-results/*"
63
+
64
65
- name: "Job summary"
66
run: "cat */build/reports/checkstyle/main.md >> $GITHUB_STEP_SUMMARY"
67
0 commit comments