mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
Implement custom action to collect changes / matrix
This commit is contained in:
parent
fe0b8338e0
commit
d83abae451
20 changed files with 22213 additions and 183 deletions
25
.github/actions/collect-changed-charts/package.json
vendored
Normal file
25
.github/actions/collect-changed-charts/package.json
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "verify-chart-version-bump",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"package": "npm run build && NODE_OPTIONS=--openssl-legacy-provider ncc build --source-map --license licenses.txt"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.0",
|
||||
"@actions/github": "^5.0.3",
|
||||
"fs-extra": "^10.1.0",
|
||||
"yaml": "^2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/node": "^17.0.21",
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"typescript": "^4.6.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue