Skip to content

Commit

Permalink
Added VS code settings for github action and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Dec 7, 2023
1 parent 6eb889b commit 125599a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[github-actions-workflow]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [
"*.github/workflows/*.yaml",
"*.github/workflows/*.yml",
],
"https://json.schemastore.org/github-action.json": [
"action.yaml",
"action.yml",
]
},
"[yaml]": {
"editor.tabSize": 4,
"editor.defaultFormatter": "redhat.vscode-yaml"
Expand Down

0 comments on commit 125599a

Please sign in to comment.