Skip to content

Commit

Permalink
chore: specify GitHub Actions schema for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Dec 2, 2022
1 parent 571f664 commit 71cc03d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"go.lintFlags": ["--fast"],
"[go]": {
"editor.defaultFormatter": "golang.go"
},
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": ".github/workflows/**"
}
}

0 comments on commit 71cc03d

Please sign in to comment.