Skip to content

Merge pull request #41 from jpmorganchase/feature/add-octet-stream-re… #109

Merge pull request #41 from jpmorganchase/feature/add-octet-stream-re…

Merge pull request #41 from jpmorganchase/feature/add-octet-stream-re… #109

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Build
run: yarn build