Skip to content

docs: refresh bilingual documentation structure #169

docs: refresh bilingual documentation structure

docs: refresh bilingual documentation structure #169

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: 22.14.0
cache: npm
- run: npm ci
- run: npm run ci:check
- name: Upload coverage artifact
if: always()
uses: actions/upload-artifact@v7
with:
name: coverage-report
path: coverage/
if-no-files-found: ignore