Skip to content

mpd: handle more MPD commands #152

mpd: handle more MPD commands

mpd: handle more MPD commands #152

Workflow file for this run

name: webui
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: bun
args: |
install
run test
working-directory: webui/rockbox
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}