Skip to content

build(deps): bump micromatch from 4.0.7 to 4.0.8 (#627) #281

build(deps): bump micromatch from 4.0.7 to 4.0.8 (#627)

build(deps): bump micromatch from 4.0.7 to 4.0.8 (#627) #281

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Check linting
run: yarn lint
- name: Build typescript & flow
run: yarn build