Skip to content

Refactor native.cpp and whisper.ts for better and clearer implementation #11

Refactor native.cpp and whisper.ts for better and clearer implementation

Refactor native.cpp and whisper.ts for better and clearer implementation #11

Workflow file for this run

name: Dev Deployment
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true
- name: Build Docker image
run: docker build -t whisper.js:latest .