Skip to content

Pass full json message in account streamer; update README with instru… #5

Pass full json message in account streamer; update README with instru…

Pass full json message in account streamer; update README with instru… #5

Workflow file for this run

name: Test and Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run build