Skip to content

Add plex username setting, move avatar setting, fix trakt settings #95

Add plex username setting, move avatar setting, fix trakt settings

Add plex username setting, move avatar setting, fix trakt settings #95

Workflow file for this run

name: Lint-PR
on:
pull_request:
types: [opened, synchronize]
jobs:
lint-and-build:
runs-on: ubuntu-latest
name: Lint check PR
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm and install dependencies
uses: pnpm/action-setup@v3
with:
version: 9
run_install: true
- name: Lint
run: pnpm lint --quiet
# - name: Build
# run: pnpm build