Skip to content

Introduce insert menu and adjust select widths #53

Introduce insert menu and adjust select widths

Introduce insert menu and adjust select widths #53

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run prettier
run: npm run prettier:check