Skip to content

build(deps): bump micromatch from 4.0.5 to 4.0.8 #390

build(deps): bump micromatch from 4.0.5 to 4.0.8

build(deps): bump micromatch from 4.0.5 to 4.0.8 #390

Workflow file for this run

name: CI Build
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Install
run: yarn install
- name: Test
run: yarn test
- name: Build
run: yarn build