Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Added Japanese translation of Intro #4

Added Japanese translation of Intro

Added Japanese translation of Intro #4

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run build