Skip to content

Add tag (label) support for Deluge and adjust UI to accommodate #1891

Add tag (label) support for Deluge and adjust UI to accommodate

Add tag (label) support for Deluge and adjust UI to accommodate #1891

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [18, 20]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: npm run start -- --help