Skip to content

Commit c7fcd42

Browse files
committed
.github/workflows: change tabs to spaces
Change-Id: Id5cb1a5f339e22c85f0282ce625773d2dff8ab16 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/317293 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent f5ef2de commit c7fcd42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-long-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
go get github.com/ramya-rao-a/go-outline
6262
go get github.com/go-delve/delve/cmd/dlv@master
6363
cp "${HOME}/go/bin/dlv${{env.EXT}}" "${HOME}/go/bin/dlv-dap${{env.EXT}}"
64-
go get github.com/go-delve/delve/cmd/dlv
64+
go get github.com/go-delve/delve/cmd/dlv
6565
env:
6666
GO111MODULE: on
6767
EXT: "${{ matrix.os == 'windows-latest' && '.exe' || ''}}"

.github/workflows/test-long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
go get github.com/ramya-rao-a/go-outline
6161
go get github.com/go-delve/delve/cmd/dlv@master
6262
cp "${HOME}/go/bin/dlv${{env.EXT}}" "${HOME}/go/bin/dlv-dap${{env.EXT}}"
63-
go get github.com/go-delve/delve/cmd/dlv
63+
go get github.com/go-delve/delve/cmd/dlv
6464
env:
6565
GO111MODULE: on
6666
EXT: "${{ matrix.os == 'windows-latest' && '.exe' || ''}}"

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
go get github.com/ramya-rao-a/go-outline
5959
go get github.com/go-delve/delve/cmd/dlv@master
6060
cp "${HOME}/go/bin/dlv${{env.EXT}}" "${HOME}/go/bin/dlv-dap${{env.EXT}}"
61-
go get github.com/go-delve/delve/cmd/dlv
61+
go get github.com/go-delve/delve/cmd/dlv
6262
env:
6363
GO111MODULE: on
6464
EXT: "${{ matrix.os == 'windows-latest' && '.exe' || ''}}"

0 commit comments

Comments
 (0)