Skip to content

docs: Created docs/ARCHITECTURE.md #371

docs: Created docs/ARCHITECTURE.md

docs: Created docs/ARCHITECTURE.md #371

Workflow file for this run

name: Build and Test
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x' # You can specify your desired Node.js version
- name: Install dependencies
run: npm ci