Skip to content

VoiceOverがメニューの項目数を読み上げるように修正 #62

VoiceOverがメニューの項目数を読み上げるように修正

VoiceOverがメニューの項目数を読み上げるように修正 #62

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run format:prettier:check
- run: npm run format:lint
- run: npm run typecheck
- run: npm test