UNPKG

action-guard

Version:

Ensure that your GitHub Action has been triggered with the correct event and payload

34 lines (33 loc) 741 B
{ "name": "action-guard", "version": "0.3.0", "description": "Ensure that your GitHub Action has been triggered with the correct event and payload", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/mheap/action-guard.git" }, "keywords": [ "GitHub", "Actions", "Guard", "Event", "Payload" ], "author": "Michael Heap <m@michaelheap.com>", "license": "MIT", "bugs": { "url": "https://github.com/mheap/action-guard/issues" }, "homepage": "https://github.com/mheap/action-guard#readme", "devDependencies": { "jest": "^30.2.0", "mocked-env": "^1.3.5" }, "dependencies": { "lodash": "^4.17.21" } }