Skip to content

fix: scrollable breakdowns #111

fix: scrollable breakdowns

fix: scrollable breakdowns #111

Workflow file for this run

name: Lint Check
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint_check:
name: Linting
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Run Lint check
run: pnpm lint