aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/localizations.yml
blob: 072d0bc2ff9c819023f2bea2430903799cf3472d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Localizations
on:
  push:
  pull_request:
    types: [opened, reopened]

jobs:
  check-localizations:
    name: "Check localizations"
    runs-on: "ubuntu-latest"
    steps:
      - name: Checkout repository
        uses: actions/checkout@v3
      - name: Setup Node environment
        uses: actions/setup-node@v3
        with:
          node-version: 20
      - name: Install dependencies
        run: npm install
      - name: Check localizations
        run: npm run langs:check