Skip to content

Commit 68f79d5

Browse files
committed
ci:调整 GitHub Actions 工作流中的操作系统矩阵- 在 test.yml 文件中,将操作系统矩阵的缩进格式调整为更一致的格式
- 此修改提高了配置文件的可读性和维护性,但不会直接影响功能
1 parent b09a3f6 commit 68f79d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
vm-os: [ubuntu-latest, macos-latest, windows-latest]
9+
vm-os: [ ubuntu-latest, macos-latest, windows-latest ]
1010
runs-on: ${{ matrix.vm-os }}
1111
env:
1212
GO111MODULE: on

0 commit comments

Comments
 (0)