Skip to content

Doc: Update English README and add Japanese README #153

Doc: Update English README and add Japanese README

Doc: Update English README and add Japanese README #153

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup NodeJs
uses: actions/setup-node@v1
with:
node-version: "20.x"
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run typecheck
- run: npm run build