We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465c305 commit e891592Copy full SHA for e891592
.github/workflows/reviewdog.yml
@@ -23,7 +23,10 @@ jobs:
23
golangci_lint_version: ${{ matrix.golangci-lint-version == 'v1' && 'v1.64.8' || 'latest' }}
24
golangci_lint_flags: "--config=${{env.CONFIG_FILE_NAME}} ./testdata"
25
- name: Validate golangci-lint config
26
- run: golangci-lint config verify --config="$CONFIG_FILE_NAME"
+ run: |
27
+ pwd
28
+ ls -la
29
+ golangci-lint config verify --config="$CONFIG_FILE_NAME"
30
31
golangci-lint-platform:
32
name: runner / golangci-lint-platform
0 commit comments