Skip to content

Bump micromatch from 4.0.5 to 4.0.8 (#301) #1145

Bump micromatch from 4.0.5 to 4.0.8 (#301)

Bump micromatch from 4.0.5 to 4.0.8 (#301) #1145

name: Prettier-Standard
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
prettier:
name: Prettier-Standard Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint