Skip to content

Fix navbar overlapping titles for l2 and parallel #265

Fix navbar overlapping titles for l2 and parallel

Fix navbar overlapping titles for l2 and parallel #265

Workflow file for this run

name: prettier format check
on:
pull_request:
branches:
- master
jobs:
format-check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install node packages
run: npm ci
- name: check format with prettier
run: npm run check-format