Skip to content

chore(l10n): synchronize translations from Crowdin #391

chore(l10n): synchronize translations from Crowdin

chore(l10n): synchronize translations from Crowdin #391

Workflow file for this run

name: Lint and test
on:
push:
branches: [dev, main]
pull_request:
branches: [dev, main]
jobs:
lint-test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- name: Install dependencies, lint files and run tests
run: |
npm ci
npm run lint