Skip to content

Add DOT Hydra<->Bifrost #208

Add DOT Hydra<->Bifrost

Add DOT Hydra<->Bifrost #208

Workflow file for this run

name: Build SDK
on:
push:
branches: ['master']
pull_request:
branches: ['master']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
- name: Build SDK
run: npm run build
- name: Test SDK
run: npm run test