Files
jellyfin-audio-player/.github/workflows/lint.yml
Kris d46cbc1fd3 Removed upstreamed patch (#298)
* Removed upstreamed patch

* Removed styled-components patch

* Moved lint to pnpm
2025-08-06 16:19:20 +02:00

17 lines
319 B
YAML

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install Node dependencies
run: pnpm install
- name: Run linter
run: pnpm lint