Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #111

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #111

Workflow file for this run

name: CI
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "./.tool-versions"
- run: npm ci
- run: make check-rules-are-up-to-date
- run: make check-all-rules-are-considered
- run: npm run typecheck
- run: npm run format
- run: npm run test