Skip to content

style(navbar): move search outside dropdown #172

style(navbar): move search outside dropdown

style(navbar): move search outside dropdown #172

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install --legacy-peer-deps
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint