Skip to content

build(deps): bump micromatch from 4.0.7 to 4.0.8 (#13) #19

build(deps): bump micromatch from 4.0.7 to 4.0.8 (#13)

build(deps): bump micromatch from 4.0.7 to 4.0.8 (#13) #19

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn ci