Skip to content

Commit 9a460d5

Browse files
committed
add
1 parent 9800c5a commit 9a460d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Get list of changed files
3838
id: getDiffFile
3939
run: |
40-
echo "::set-output name=files::$(git diff --name-only origin/master | grep '\.go$' | xargs)"
40+
echo "::set-output name=files::$(git diff --name-only origin/master | grep '^tencentcloud/.*\.go$' | xargs)"
4141
shell: bash
4242

4343
- name: Check for changed Go files

0 commit comments

Comments
 (0)