Skip to content

chore: use existing mod installation logic for r2mm protocol #16

chore: use existing mod installation logic for r2mm protocol

chore: use existing mod installation logic for r2mm protocol #16

Workflow file for this run

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