Skip to content

chore(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 #272

chore(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4

chore(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 #272

Workflow file for this run

name: Check Formatting and Build
on:
pull_request:
push:
branches-ignore:
- main
- next
- "release-please--*"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Check formatting
run: npm run format:check
- name: Build
run: npm run build