Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #3

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #3

Workflow file for this run

name: Repo checks
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Run tests
uses: yarn test