Skip to content

Bump micromatch from 4.0.5 to 4.0.8 (#92) #72

Bump micromatch from 4.0.5 to 4.0.8 (#92)

Bump micromatch from 4.0.5 to 4.0.8 (#92) #72

Workflow file for this run

name: 🧪 Unit Tests (Jest)
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: 🧪 Unit Tests (Jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 📦 Install modules
run: npm install
- name: ⚙️ Run tests
run: npm run test --coverage