Skip to content

Bump vite from 6.3.4 to 6.3.6 in /common/webapp (#738) #27

Bump vite from 6.3.4 to 6.3.6 in /common/webapp (#738)

Bump vite from 6.3.4 to 6.3.6 in /common/webapp (#738) #27

name: Check Translations
on:
push:
paths:
- "common/webapp/public/lang/**"
- ".github/translation-checker/**"
permissions:
contents: read
jobs:
run:
name: Check Translations
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install Node
uses: actions/setup-node@v5
with:
node-version: 20
- name: Install Dependencies
working-directory: .github/translation-checker
run: npm ci
- name: Run Translation Checker
working-directory: .github/translation-checker
run: npm start