Skip to content

Research and solution plan for thin content SEO problem (BLD-33) #60

Research and solution plan for thin content SEO problem (BLD-33)

Research and solution plan for thin content SEO problem (BLD-33) #60

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: bitext
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
cache-dependency-path: bitext/package-lock.json
- run: npm ci
- run: npm run audit:ci
- run: npm run check
- run: npm run lint
- run: npm test