Skip to content

docs: READMEにサンプル音声・動画セクションを追加 #2

docs: READMEにサンプル音声・動画セクションを追加

docs: READMEにサンプル音声・動画セクションを追加 #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build
run: make
- name: Test
run: make test
- name: Run with sample input
run: |
./formant "あいうえお"
ls -la output.wav