mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-19 19:21:17 -03:00
test setup workflow
This commit is contained in:
commit
c63ca6801b
4 changed files with 28 additions and 0 deletions
8
.github/workflows/node.js.yml
vendored
Normal file
8
.github/workflows/node.js.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: npm run
|
||||
0
manifest.json
Normal file
0
manifest.json
Normal file
20
package.json
Normal file
20
package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "jellyfin-monolith",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"homepage": "https://github.com/0belous/jellyfin-monolith#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/0belous/jellyfin-monolith/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/0belous/jellyfin-monolith.git"
|
||||
},
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"main": "update.js",
|
||||
"scripts": {
|
||||
"run": "echo \"Error: no test specified\" && exit 1"
|
||||
}
|
||||
}
|
||||
0
update.js
Normal file
0
update.js
Normal file
Loading…
Add table
Add a link
Reference in a new issue