We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d457290 commit 36b468dCopy full SHA for 36b468d
1 file changed
.github/workflows/golangci_lint.yml
@@ -54,6 +54,12 @@ jobs:
54
go-directory: ${{ matrix.module }}
55
golangci-lint-args: --output.text.path=stdout --output.checkstyle.path=${{ matrix.module }}/golangci-lint-report.xml
56
57
+ - name: Debug
58
+ if: ${{ always() }}
59
+ run: |
60
+ echo "Debugging lint results for module ${{ matrix.module }}"
61
+ find . -name "golangci-lint-report.xml"
62
+
63
golangci-lint:
64
# Required sink job that waits for all lint jobs to complete
65
if: ${{ github.event_name != 'merge_group' }}
0 commit comments