Skip to content

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 #294

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 #294

Workflow file for this run

name: ci / lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
jobs:
all:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: npm install -g yarn && yarn install --immutable
- run: yarn run lint