Skip to content

Merge pull request #1476 from jellyfin/renovate/rokucommunity-bslint-0.x #17

Merge pull request #1476 from jellyfin/renovate/rokucommunity-bslint-0.x

Merge pull request #1476 from jellyfin/renovate/rokucommunity-bslint-0.x #17

Workflow file for this run

name: build-dev
on:
pull_request:
branches-ignore:
- master
push:
branches:
- unstable
jobs:
dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: "lts/*"
cache: "npm"
- name: NPM install
run: npm ci
- name: Install roku module dependencies
run: npm run ropm
- name: Build app
run: npm run build
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: Jellyfin-Roku-dev-${{ github.sha }}
path: ${{ github.workspace }}/build/staging
if-no-files-found: error