Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

fix: include missing PlaylistItemsOptionFetchVariant to `PlaylistIt… #6

fix: include missing PlaylistItemsOptionFetchVariant to `PlaylistIt…

fix: include missing PlaylistItemsOptionFetchVariant to `PlaylistIt… #6

Workflow file for this run

name: lint
on:
push:
branches:
- '*'
pull_request:
types: [review_requested]
env:
HUSKY: 0
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: corepack enable
- run: corepack prepare pnpm@latest --activate
- run: pnpm install --frozen-lockfile
- run: pnpm lint -f github-annotations
continue-on-error: true