Skip to content

Revert "Bump micromatch from 4.0.5 to 4.0.8" #68

Revert "Bump micromatch from 4.0.5 to 4.0.8"

Revert "Bump micromatch from 4.0.5 to 4.0.8" #68

Workflow file for this run

name: Format, lint, build
on:
pull_request:
branches: [master]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build --no-lint