Refactor github actions and add copycat (#10215)

* add actions

* disable copycat, fix action location

* dont look for env for token
This commit is contained in:
Anthony Dresser
2020-04-29 19:34:02 -07:00
committed by GitHub
parent 87e5239713
commit 9ac9872533
44 changed files with 1883 additions and 74934 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "github-actions",
"version": "1.0.0",
"description": "GitHub Actions",
"scripts": {
"test": "mocha -r ts-node/register **/*.test.ts",
"build": "tsc -p ./tsconfig.json",
"lint": "eslint -c .eslintrc --fix --ext .ts .",
"watch-typecheck": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/azuredatastudio.git"
},
"keywords": [],
"author": "",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"axios": "^0.19.2",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
}
}