Skip to content

build(deps): bump @boxyhq/react-ui from 3.3.36 to 3.3.37 (#1055) #2330

build(deps): bump @boxyhq/react-ui from 3.3.36 to 3.3.37 (#1055)

build(deps): bump @boxyhq/react-ui from 3.3.36 to 3.3.37 (#1055) #2330

Workflow file for this run

# GitHub action to build
name: Build
on:
push:
branches:
- main
- release
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run check-lint
- run: npm run check-format
- run: npm run locale-check
- run: npm run test
- run: npm run build-ci