Skip to content

docs & common: add support for boba, boba-bnb and fix for blast #2078

docs & common: add support for boba, boba-bnb and fix for blast

docs & common: add support for boba, boba-bnb and fix for blast #2078

name: "Check Formatting"
on:
push:
branches: [main]
pull_request: {}
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js v20
uses: actions/[email protected]
with:
node-version: 20
- name: Build and Format
run: yarn
- name: Check Formatting
run: git diff --exit-code