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 3628a37 commit 0a80f12Copy full SHA for 0a80f12
.github/workflows/main.yml
@@ -49,9 +49,8 @@ jobs:
49
- name: golangci-lint
50
uses: golangci/golangci-lint-action@v3.7.0
51
with:
52
- args: "--config=.golangci.yaml --out-format colored-line-number --verbose"
+ args: "--config=common/config/.golangci.yaml --out-format colored-line-number --verbose"
53
skip-pkg-cache: true
54
- working-directory: .
55
56
- name: Go Test
57
run: |
0 commit comments