Skip to content

feat(syntax-hightlighting): lazy load language files #554

feat(syntax-hightlighting): lazy load language files

feat(syntax-hightlighting): lazy load language files #554

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
# - '!main'
jobs:
test_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci --no-optional
- run: npm test
- name: 'Build web app artifacts'
run: npm run build
- uses: actions/upload-artifact@v3
with:
name: build-output
path: build