Skip to content

Add UART RPC service #11

Add UART RPC service

Add UART RPC service #11

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Build
run: npm run build