Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /typeid/typeid-js #40

Bump micromatch from 4.0.5 to 4.0.8 in /typeid/typeid-js

Bump micromatch from 4.0.5 to 4.0.8 in /typeid/typeid-js #40

Workflow file for this run

name: typeid-js
on:
workflow_dispatch:
pull_request:
paths:
- "typeid/typeid-js/**"
push:
branches:
- "main"
paths:
- "typeid/typeid-js/**"
permissions:
contents: read
pull-requests: read
jobs:
typeid-js:
runs-on: ubuntu-latest
steps:
- name: Checkout Monorepo
uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: true
project-path: './typeid/typeid-js'
- name: Build
working-directory: ./typeid/typeid-js
run: devbox run build
- name: Test
working-directory: ./typeid/typeid-js
run: devbox run test