Skip to content

docs: LDP-2575: Add docs for custom elements rendering #691

docs: LDP-2575: Add docs for custom elements rendering

docs: LDP-2575: Add docs for custom elements rendering #691

Workflow file for this run

name: ci
on:
pull_request:
branches:
- 2.x
push:
branches:
- 2.x
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run dev:prepare
- run: npm run test