Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #29

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #29

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
jobs:
lint-app:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install app dependencies
run: yarn install
- name: Lint /app
run: yarn lint