Skip to content

Feature: Gapless Playback with Gapless-5 #100

Feature: Gapless Playback with Gapless-5

Feature: Gapless Playback with Gapless-5 #100

Workflow file for this run

name: PR Check
on:
pull_request: {}
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build