chore: add json schema for workflow

This commit is contained in:
Julien Oculi 2024-01-17 14:16:50 +01:00
parent f3c344f90e
commit 552be1ce84

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///e%3A/git.cohabit.fr/julien.oculi/test-forgejo-runner/.forgejo/workflows/demo.yaml"
}
}