Skip to content

feat: add the hb.blog.sidebar.max_width parameter, which default to 3… #1673

feat: add the hb.blog.sidebar.max_width parameter, which default to 3…

feat: add the hb.blog.sidebar.max_width parameter, which default to 3… #1673

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint