rewrite in javascript

This commit is contained in:
Dawid Dziurla 2020-03-26 10:34:31 +01:00
parent b27c1f0ddb
commit 9feac88483
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
43 changed files with 2589 additions and 73 deletions

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "action-debian-package",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/exec": "^1.0.3",
"firstline": "^2.0.2"
}
}