Skip to content

Commit 7f7bb27

Browse files
committed
Fix workflow
1 parent e5d90ec commit 7f7bb27

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"editorconfig.editorconfig",
1212
"streetsidesoftware.code-spell-checker",
1313
"ms-azuretools.vscode-docker",
14-
"golang.Go"
14+
"golang.Go",
15+
"github.vscode-github-actions"
1516
]
1617
}
1718
},

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: windows-latest
1515
steps:
16-
- uses: actions/checkout@@v6
16+
- uses: actions/checkout@v6
1717
- name: Setup Go
1818
uses: actions/setup-go@v6
1919
with:

0 commit comments

Comments
 (0)