Skip to content

perf: optimize replaceI18nPlaceholders using TreeWalker #126

perf: optimize replaceI18nPlaceholders using TreeWalker

perf: optimize replaceI18nPlaceholders using TreeWalker #126

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- uses: taiki-e/install-action@just
- run: npm ci
- run: just ci