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 | 4fedd80a1a60c30896b0e9858a2854274ea3d5c7 (patch) | |
tree | 608b697aa6d1fd76e4c85028e50768283e9bf350 /.vscode/settings.json | |
parent | 42a391485a1d5e9ef2d7c7c61490858a1e3dd69c (diff) | |
download | timeline-4fedd80a1a60c30896b0e9858a2854274ea3d5c7.tar.gz timeline-4fedd80a1a60c30896b0e9858a2854274ea3d5c7.tar.bz2 timeline-4fedd80a1a60c30896b0e9858a2854274ea3d5c7.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 |