Add action

This commit is contained in:
Anton Medvedev 2020-11-10 23:03:10 +01:00
parent b81754a6de
commit 13c2ed42a5
6 changed files with 226 additions and 105 deletions

7
package.json Normal file
View file

@ -0,0 +1,7 @@
{
"private": true,
"dependencies": {
"@actions/core": "^1.2.6",
"execa": "^4.1.0"
}
}