Skip to content

feat: add custom buttons to the video details #24

feat: add custom buttons to the video details

feat: add custom buttons to the video details #24

Workflow file for this run

name: Test - Linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, lint
run: |
yarn install
yarn lint
env:
CI: true