chore: update github actions

This commit is contained in:
Steven
2022-09-14 08:13:38 +08:00
parent c51501dc0a
commit 79be50933e
4 changed files with 191 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"go.lintOnSave": "workspace",
"go.lintTool": "golangci-lint"
}