Skip to content

build(deps): bump micromatch from 4.0.5 to 4.0.8 #102

build(deps): bump micromatch from 4.0.5 to 4.0.8

build(deps): bump micromatch from 4.0.5 to 4.0.8 #102

Workflow file for this run

name: Prettier
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run prettier