Skip to content

refactor: move English TN to src/tts/en/ for consistency #19

refactor: move English TN to src/tts/en/ for consistency

refactor: move English TN to src/tts/en/ for consistency #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add rustfmt
- run: cargo fmt --check
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test
- run: cargo test --features ffi