Skip to content

Add onCopy handler to Message component to prevent HTML from being copied to the clipboard #172

Add onCopy handler to Message component to prevent HTML from being copied to the clipboard

Add onCopy handler to Message component to prevent HTML from being copied to the clipboard #172

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm test