Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #27

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #27

Workflow file for this run

name: Format
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Check formatting
run: npm run format:check