Skip to content

docs: Add Moonlight for Samsung Tizen TV #215

docs: Add Moonlight for Samsung Tizen TV

docs: Add Moonlight for Samsung Tizen TV #215

Workflow file for this run

---
name: Lint
permissions:
contents: read
on:
pull_request:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 'latest'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Lint
run: npm run lint