diff options
author | crupest <crupest@outlook.com> | 2020-07-26 15:18:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-26 15:18:21 +0800 |
commit | b615783f497f2dbc011c12bd1e8d9a74331b608b (patch) | |
tree | db3a28f7096d2e967ce28bac5b8fee9f8e75b9ce /.vscode/settings.json | |
parent | b1ac1441a5fd00df6aa85cc94d523c80387f589d (diff) | |
download | timeline-b615783f497f2dbc011c12bd1e8d9a74331b608b.tar.gz timeline-b615783f497f2dbc011c12bd1e8d9a74331b608b.tar.bz2 timeline-b615783f497f2dbc011c12bd1e8d9a74331b608b.zip |
Use online schema for github workflow.
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |