From b615783f497f2dbc011c12bd1e8d9a74331b608b Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 26 Jul 2020 15:18:21 +0800 Subject: Use online schema for github workflow. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index d3703115..f65e4358 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "yaml.schemas": { - "/.vscode/github-workflow-schema.json": "/.github/workflows" + "https://json.schemastore.org/github-workflow": "/.github/workflows" } } \ No newline at end of file -- cgit v1.2.3