We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d90ec commit 7f7bb27Copy full SHA for 7f7bb27
2 files changed
.devcontainer/devcontainer.json
@@ -11,7 +11,8 @@
11
"editorconfig.editorconfig",
12
"streetsidesoftware.code-spell-checker",
13
"ms-azuretools.vscode-docker",
14
- "golang.Go"
+ "golang.Go",
15
+ "github.vscode-github-actions"
16
]
17
}
18
},
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- - uses: actions/checkout@@v6
+ - uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
19
with:
0 commit comments