Skip to content

feat: improve fonts and suport ja-JP #67

feat: improve fonts and suport ja-JP

feat: improve fonts and suport ja-JP #67

Workflow file for this run

name: PullRequest CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Node.js and dependencies
uses: ./.github/actions/setupNode
- name: Lint
run: npm run lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Node.js and dependencies
uses: ./.github/actions/setupNode
- name: Typecheck
run: npm run typecheck