Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #180

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #180

Workflow file for this run

name: lint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: '20'
- run: yarn install
- run: yarn run lint