Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #263

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #263

Workflow file for this run

name: Types Check
on:
push:
branches:
- 'main'
pull_request:
jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- name: Type check
run: yarn run types
- name: Test Types
run: yarn run test-types