Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

docs: WIP add Node architecture overview #256

docs: WIP add Node architecture overview

docs: WIP add Node architecture overview #256

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Code Format
on: [push]
jobs:
onchain:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: onchain
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: "16"
- run: yarn install
- run: yarn prettier:rollups