Skip to content

Merge pull request #43 from KeystoneHQ/feat/hardware_call #109

Merge pull request #43 from KeystoneHQ/feat/hardware_call

Merge pull request #43 from KeystoneHQ/feat/hardware_call #109

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm install
- run: npm test