Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #106

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #106

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
workflow_dispatch:
pull_request:
jobs:
tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Run test
run: npm run test