Skip to content

Adjust content spec page height to prevent 2 scrolls #1357

Adjust content spec page height to prevent 2 scrolls

Adjust content spec page height to prevent 2 scrolls #1357

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
- name: Installation
run: pnpm i
- name: Prettier Code
run: pnpm run format:diff