Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #262

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #262

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
- task/test-cases
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: yarn install
- name: Run Lint Check
run: yarn lint
- name: Run Jest tests
run: yarn test