Skip to content

chore(deps-dev): bump micromatch from 4.0.7 to 4.0.8 #168

chore(deps-dev): bump micromatch from 4.0.7 to 4.0.8

chore(deps-dev): bump micromatch from 4.0.7 to 4.0.8 #168

Workflow file for this run

name: lint text
on:
push:
jobs:
build:
name: lint text
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- run: yarn install
- name: lint text
run: yarn run lint