Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #6

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #6

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
jobs:
lint-app:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install app dependencies
run: yarn install
- name: Lint /app
run: yarn lint