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