Skip to content

Commit 0a80f12

Browse files
committed
update
Signed-off-by: lec-bit <glfhmzmy@126.com>
1 parent 3628a37 commit 0a80f12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
4949
- name: golangci-lint
5050
uses: golangci/golangci-lint-action@v3.7.0
5151
with:
52-
args: "--config=.golangci.yaml --out-format colored-line-number --verbose"
52+
args: "--config=common/config/.golangci.yaml --out-format colored-line-number --verbose"
5353
skip-pkg-cache: true
54-
working-directory: .
5554

5655
- name: Go Test
5756
run: |

0 commit comments

Comments
 (0)