Skip to content

Feat add scroll to filters panel #8

Feat add scroll to filters panel

Feat add scroll to filters panel #8

Workflow file for this run

name: Code format check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.20.0
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run format check
run: yarn format:check