Skip to content

feat(content type): add octet-stream content type #108

feat(content type): add octet-stream content type

feat(content type): add octet-stream content type #108

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