feat(mvp): init CI (#1)

This commit is contained in:
linrongbin16
2023-12-11 10:08:32 +08:00
committed by GitHub
parent a753242ce3
commit 6e9a98ad5a
14 changed files with 663 additions and 4 deletions

4
.luarc.json Normal file
View File

@@ -0,0 +1,4 @@
{
"diagnostics.globals": ["vim", "describe", "before_each", "it", "jit"],
"workspace.checkThirdParty": "Disable"
}