Skip to content

feat: 音声をON/OFF切り替える設定を追加 #58

feat: 音声をON/OFF切り替える設定を追加

feat: 音声をON/OFF切り替える設定を追加 #58

Workflow file for this run

name: Check spelling
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Retrieve spell check dictionary
run: |
curl --silent --show-error \
--output .github/workflows/.cspell.json \
https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/cspell/.cspell.json
- uses: streetsidesoftware/[email protected]
with:
config: ".github/workflows/.cspell.json"