mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
b215f13cb3
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 0.0.0-PLACEHOLDER to 1.9.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 1.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
655 B
JSON
22 lines
655 B
JSON
{
|
|
"name": "@graycoreio/github-actions-magento2-resolve-check-config",
|
|
"version": "1.0.0",
|
|
"description": "A Github Action that reads .github/<workflow>.json, validates it against the known job list, and emits resolved per-job configuration.",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npx esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts",
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "0.0.0-PLACEHOLDER",
|
|
"jest": "0.0.0-PLACEHOLDER",
|
|
"ts-jest": "0.0.0-PLACEHOLDER"
|
|
}
|
|
}
|