Skip to content

📨 Update to transmit song details during playback #8

📨 Update to transmit song details during playback

📨 Update to transmit song details during playback #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v18.x
uses: actions/setup-node@v2
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run lint