chore: split Github Actions workflows

This commit is contained in:
Harttle
2023-06-05 23:32:35 +08:00
committed by Jun Yang
parent 495bef2d0c
commit e401a30972
21 changed files with 304 additions and 108 deletions
+1 -1
View File
@@ -14,5 +14,5 @@
"suppressImplicitAnyIndexErrors": true
},
"all": true,
"exclude": [ "node_modules", "dist", "demo" ]
"exclude": [ "node_modules", "dist", "demo", "test" ]
}