Skip to content

Commit e891592

Browse files
authored
Update reviewdog.yml
1 parent 465c305 commit e891592

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
golangci_lint_version: ${{ matrix.golangci-lint-version == 'v1' && 'v1.64.8' || 'latest' }}
2424
golangci_lint_flags: "--config=${{env.CONFIG_FILE_NAME}} ./testdata"
2525
- name: Validate golangci-lint config
26-
run: golangci-lint config verify --config="$CONFIG_FILE_NAME"
26+
run: |
27+
pwd
28+
ls -la
29+
golangci-lint config verify --config="$CONFIG_FILE_NAME"
2730
2831
golangci-lint-platform:
2932
name: runner / golangci-lint-platform

0 commit comments

Comments
 (0)