Skip to content

Commit 36b468d

Browse files
committed
Add debug step to find path to xml report for golangci-lint
1 parent d457290 commit 36b468d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/golangci_lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
go-directory: ${{ matrix.module }}
5555
golangci-lint-args: --output.text.path=stdout --output.checkstyle.path=${{ matrix.module }}/golangci-lint-report.xml
5656

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+
5763
golangci-lint:
5864
# Required sink job that waits for all lint jobs to complete
5965
if: ${{ github.event_name != 'merge_group' }}

0 commit comments

Comments
 (0)