Skip to content

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

Localisation updates from https://translatewiki.net.

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

Workflow file for this run

name: TSC check CI
on:
push:
pull_request:
jobs:
tsc:
name: tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v22
uses: actions/setup-node@v1
with:
node-version: 22
- name: npm i
run: npm i
- name: tsc
run: tsc --noEmit