Skip to content

New Crowdin updates #40

New Crowdin updates

New Crowdin updates #40

name: Check pull request
on:
pull_request:
branches:
- master
- l10n_master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Import translations
run: python importTranslation.py
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: '18'
- name: Install packages
run: |
npm install
- name: Build docs
run: npx vuepress build docs