global enhancements

- create context object and remove github one
- more tests and improve mocks

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-01-30 00:08:45 +01:00
parent b03f6a405c
commit c857b8425c
19 changed files with 536 additions and 459 deletions

View File

@@ -22,8 +22,8 @@
],
"author": "Docker Inc.",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "lib/toolkit.js",
"types": "lib/toolkit.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"