From 539f495d47ed91bf6a9335bcdc713dbac0eec7cf Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Mon, 9 Jan 2023 16:37:19 +0100 Subject: [PATCH] chore: Add yml schema to github workflows --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..bc50a14 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "yaml.schemas": { + "https://json.schemastore.org/github-workflow.json": [ + "vscode-vfs://github%2B7b2276223a312c22726566223a7b2274797065223a362c226964223a226d61696e227d7d/specklesystems/github-actions/workflows/**/*.yml" + ] + } +} \ No newline at end of file