Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #322

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #322

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run JavaScript
if: always()
run: yarn lint-js
- name: Run TypeScript
if: always()
run: yarn lint-tsc