Skip to content

build(deps-dev): Bump webpack from 5.89.0 to 5.90.1 (#1521) #3601

build(deps-dev): Bump webpack from 5.89.0 to 5.90.1 (#1521)

build(deps-dev): Bump webpack from 5.89.0 to 5.90.1 (#1521) #3601

Workflow file for this run

name: localization
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
missing-keys:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run missing keys check
run: npm run localization-check-missing