Skip to content

Update: 最低限必要な箇所だけを VOICEVOX / VOICEVOX ENGINE から AivisSpeech / Aivis… #5

Update: 最低限必要な箇所だけを VOICEVOX / VOICEVOX ENGINE から AivisSpeech / Aivis…

Update: 最低限必要な箇所だけを VOICEVOX / VOICEVOX ENGINE から AivisSpeech / Aivis… #5

Workflow file for this run

name: Check typos
on:
push:
pull_request:
branches:
- '**'
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: typos-action
uses: crate-ci/[email protected]
with:
files: ". .github"