Skip to content

fix createMenu for firefox, close #5. #18

fix createMenu for firefox, close #5.

fix createMenu for firefox, close #5. #18

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
paths:
- '**.md'
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Prettier check
run: |
# if you encounter error, rerun the command below and commit the changes
make lint
git diff --exit-code