ci: add code-check workflow (#71)

This commit is contained in:
shadcn
2023-02-10 11:15:33 +04:00
committed by GitHub
parent a94375fb85
commit 19813d25d6
17 changed files with 163 additions and 16 deletions

View File

@@ -19,6 +19,10 @@
"lint": {
"outputs": []
},
"format:check": {
"outputs": []
},
"typecheck": {},
"dev": {
"cache": false
}