diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 14:24:41 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 14:24:41 +0300 |
commit | c734525c97dd00cd731bf083ad57db3f584fd7b0 (patch) | |
tree | e095306169c4d52dede6ab75c2db9b31acdf6ab1 /.vscode/settings.json | |
parent | f07195dd7d4c7cdb96801c0d57f61ff2ac468a1b (diff) |
Add Action
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3ebccde --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "yaml.schemas": { + "https://json.schemastore.org/github-workflow.json": "file:///d%3A/Source/RhSolutions.ML/.gitea/workflows/deploy.yaml" + } +}
\ No newline at end of file |