Skip to content

Added search RPC

Added search RPC #90

Workflow file for this run

name: Prettier, build CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install modules
run: yarn
- name: run prettier
run: yarn lint
- name: build app
run: yarn build