Skip to content

feat(localize): updated translation from Crowdin #2894

feat(localize): updated translation from Crowdin

feat(localize): updated translation from Crowdin #2894

Workflow file for this run

name: Lint Check
on:
pull_request:
branches: [main, main-next]
permissions: read-all
jobs:
cypress-run:
name: Test application
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for testing
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: lts/Iron
- name: Install Dependencies
run: npm ci
- name: Check lint
run: npm run lint