improvement(workflow): rewrite all workflow

This commit is contained in:
Aleksandr Bukhalo
2020-01-12 14:18:48 +03:00
parent ec99dcd65f
commit 3412edcdf5
12 changed files with 1936 additions and 4056 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"trailingComma": "none",
"singleQuote": true
}