Skip to content

馃攢 Fix deletion of tracks on synced liked songs playlist (#35) #111

馃攢 Fix deletion of tracks on synced liked songs playlist (#35)

馃攢 Fix deletion of tracks on synced liked songs playlist (#35) #111

Workflow file for this run

name: Check Formatting
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ^8.6.9
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm lint