Skip to content

chore(qobuz_importer): bump script version to trigger an update #463

chore(qobuz_importer): bump script version to trigger an update

chore(qobuz_importer): bump script version to trigger an update #463

Workflow file for this run

name: CI
on: pull_request
jobs:
linter:
name: 'lint checks'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4.2.0
with:
run_install: false
- uses: actions/setup-node@v6.1.0
with:
node-version-file: 'package.json'
cache: 'pnpm'
- name: 'Install dependencies'
run: pnpm install --frozen-lockfile
- name: 'Run type checking'
run: pnpm type-check
- name: 'Run linter'
run: pnpm lint
- name: 'Build userscripts'
run: pnpm build