Skip to content

fix: plex oauth login client id #133

fix: plex oauth login client id

fix: plex oauth login client id #133

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- '*'
jobs:
test:
name: Lint & test build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Lint code and check formatting
run: |
pnpm lint
pnpm lint:css
pnpm lint:types
pnpm format:check