Skip to content

Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group #156

Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group

Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group #156

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Lint
run: yarn lint
- name: Check types
run: yarn tsc --noEmit