Skip to content

docs: make setup bilingual and user-first (#2) #8

docs: make setup bilingual and user-first (#2)

docs: make setup bilingual and user-first (#2) #8

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 22.23.1
cache: npm
- run: npm ci --include=dev
- run: npm run check
- run: npm run pack:check
- run: npm audit --omit=dev --audit-level=high