Skip to content

Add a button that copies shareable URL into the clipboard #48

Add a button that copies shareable URL into the clipboard

Add a button that copies shareable URL into the clipboard #48

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 21
- run: npm ci
- run: npm run lint
- run: npx playwright install chromium
- run: npm run coverage