Skip to content

build(deps): bump @babel/traverse from 7.22.20 to 7.23.2 #1426

build(deps): bump @babel/traverse from 7.22.20 to 7.23.2

build(deps): bump @babel/traverse from 7.22.20 to 7.23.2 #1426

name: "Check Formatting"
on:
push:
branches: [main]
pull_request: {}
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Format
run: yarn
- name: Check Formatting
run: git diff --exit-code