Skip to content

feat: add check sync | missing to lingui cli #898

feat: add check sync | missing to lingui cli

feat: add check sync | missing to lingui cli #898

Workflow file for this run

name: docs-suite
on:
pull_request:
branches:
- '*'
paths:
- website/**
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
- name: Install dependencies
working-directory: website
run: yarn install
- name: Build
working-directory: website
run: yarn build
- name: Lint
working-directory: website
run: yarn lint
- name: Check Formatting
working-directory: website
run: yarn checkFormat