Skip to content

Add link to Rust client reference docs #204

Add link to Rust client reference docs

Add link to Rust client reference docs #204

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Read .nvmrc into env.NVMRC
run: echo NVMRC=$(cat .nvmrc) >> $GITHUB_ENV
- name: Set up Node.js ${{env.NVMRC}}
uses: actions/setup-node@v1
with:
node-version: ${{env.NVMRC}}
- name: Install dependencies
run: yarn
- name: Build
run: yarn build