Skip to content

fix(menus): remove all menus before creation on startup #433

fix(menus): remove all menus before creation on startup

fix(menus): remove all menus before creation on startup #433

Workflow file for this run

name: lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun lint