Skip to content

fix(icons): changed picture-in-picture icon #1561

fix(icons): changed picture-in-picture icon

fix(icons): changed picture-in-picture icon #1561

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- '**'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Linter
run: pnpm lint