Skip to content

chore(deps): bump micromatch and lint-staged #84

chore(deps): bump micromatch and lint-staged

chore(deps): bump micromatch and lint-staged #84

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --legacy-peer-deps --prefer-offline
- name: Run Jest
run: npm run test:ci