mirror of
https://github.com/leinelissen/jellyfin-audio-player.git
synced 2026-09-03 05:10:01 +03:00
13 lines
217 B
YAML
13 lines
217 B
YAML
name: Lint
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Install Node dependencies
|
|
run: npm install
|
|
- name: Run linter
|
|
run: npm run lint |