Skip to content

fix(Menus): do not overflow divider #1930

fix(Menus): do not overflow divider

fix(Menus): do not overflow divider #1930

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
lint-check-types: true
upload-coverage: false
node-version-matrix: '[22]'
lint-stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- name: Install dependencies
run: npm ci
- name: Run stylelint
run: npm run stylelint