Skip to content

feat(project): add user_id support for DRM, Live and SSAI #1238

feat(project): add user_id support for DRM, Live and SSAI

feat(project): add user_id support for DRM, Live and SSAI #1238

Workflow file for this run

name: Test - Linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: yarn install, lint
run: |
yarn install
yarn lint
env:
CI: true