Add actions to handle PIS merge and releases
All checks were successful
Generate Release / validate_and_release (push) Successful in 10s

This commit is contained in:
Fred Boniface
2025-12-04 20:44:42 +00:00
parent 4fa1d6337f
commit 423f01d30b
4 changed files with 150 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "merge-yaml",
"version": "1.0.0",
"description": "Contains OwlBoard provided data. Queried programatically by the OwlBoard dbmanager application to be loaded into the database.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"yaml": "^2.4.1"
}
}