Skip to content

Update RichText component to use forwarding & add theme prop #207

Update RichText component to use forwarding & add theme prop

Update RichText component to use forwarding & add theme prop #207

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: "Build (and lint) the package"
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install NPM dependencies
run: npm ci
- name: Build (and lint) the package
run: npm run build