Skip to content

Localisation updates from https://translatewiki.net. #259

Localisation updates from https://translatewiki.net.

Localisation updates from https://translatewiki.net. #259

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run test