fix: Possible naming conflict with the . in worfklow files

This commit is contained in:
Alan Rynne
2023-01-09 17:14:50 +01:00
committed by GitHub
parent a5396f2a18
commit 05a862581a
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"yaml.schemas": { "yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [ "https://json.schemastore.org/github-workflow.json": [
"vscode-vfs://github%2B7b2276223a312c22726566223a7b2274797065223a362c226964223a226d61696e227d7d/specklesystems/github-actions/workflows/**/*.yml" "vscode-vfs://github%2B7b2276223a312c22726566223a7b2274797065223a362c226964223a226d61696e227d7d/specklesystems/github-actions/.github/workflows/**/*.yml"
] ]
} }
} }