1
0
의 미러 https://github.com/arsenetar/dupeguru.git synced 2026-03-12 11:31:39 +00:00

Add workflow yml validation settings

- Add yml validation to project for vscode
- Allow .vscode/settings.json
- Apply formatting to workflow files
This commit is contained in:
2022-03-21 22:18:22 -05:00
부모 8d414cadac
커밋 448d33dcb6
4개의 변경된 파일88개의 추가작업 그리고 76개의 파일을 삭제

12
.vscode/settings.json vendored Normal file
파일 보기

@@ -0,0 +1,12 @@
{
"python.formatting.provider": "black",
"cSpell.words": [
"Dupras",
"hscommon"
],
"python.languageServer": "Pylance",
"yaml.schemaStore.enable": true,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
}
}