Skip to content

feat: update the word lists #1972

feat: update the word lists

feat: update the word lists #1972

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.x"
cache: "npm"
- name: CI
run: |
npm ci
npm run compile
npm run lint
npm run stylelint
npm run build -- --no-stats
npm run test
env:
DATABASE_CLIENT: sqlite
NODE_COMPILE_CACHE: /tmp/node-compile-cache