Update workflows to use reusable-workflows

This commit is contained in:
IvanZosimov
2022-12-14 15:11:36 +01:00
parent 339692abda
commit 1370292ad9
5 changed files with 30 additions and 83 deletions

View File

@ -8,6 +8,7 @@
"build": "tsc && ncc build -o dist/setup src/setup-go.ts && ncc build -o dist/cache-save src/cache-save.ts",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "",
"test": "jest --coverage",
"pre-checkin": "npm run format && npm run build && npm test"
},