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 e891592 commit 6f6b44aCopy full SHA for 6f6b44a
.github/workflows/reviewdog.yml
@@ -24,8 +24,7 @@ jobs:
24
golangci_lint_flags: "--config=${{env.CONFIG_FILE_NAME}} ./testdata"
25
- name: Validate golangci-lint config
26
run: |
27
- pwd
28
- ls -la
+ ls -la /home/runner/work/_temp/reviewdog-*/golangci-lint-*/golangci-lint
29
golangci-lint config verify --config="$CONFIG_FILE_NAME"
30
31
golangci-lint-platform:
0 commit comments