Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.

Bump picomatch from 2.3.0 to 2.3.2 #10

Bump picomatch from 2.3.0 to 2.3.2

Bump picomatch from 2.3.0 to 2.3.2 #10

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- run: npm test