Skip to content

build(deps-dev): bump @babel/traverse from 7.22.5 to 7.27.1 #102

build(deps-dev): bump @babel/traverse from 7.22.5 to 7.27.1

build(deps-dev): bump @babel/traverse from 7.22.5 to 7.27.1 #102

Workflow file for this run

name: Format Check
on: [push, pull_request]
jobs:
code-format:
runs-on: ubuntu-latest
name: Format Check
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Check Format
run: npm run check-format