Skip to content

chore: localeLoader: allow manually select which locale to load #866

chore: localeLoader: allow manually select which locale to load

chore: localeLoader: allow manually select which locale to load #866

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
branches:
- main
jobs:
build:
name: monaco-languageclient
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Use pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- name: Install
shell: bash
run: |
npm ci
- name: Lint
shell: bash
run: |
npm run lint
- name: Build
shell: bash
run: |
npm run build
- name: Test
shell: bash
run: |
npm run test:run
- name: Build production
if: github.ref_name == 'main'
shell: bash
run: |
npm run vite:build
- name: Verify
if: github.ref_name == 'main'
shell: bash
run: |
bash ./verify/buildAll.sh