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

translate lexer.md to ja #7

translate lexer.md to ja

translate lexer.md to ja #7

Workflow file for this run

name: Test deployment
on:
pull_request:
types: [opened, synchronize]
paths-ignore:
- 'README.md'
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