Skip to content

code snippet not copying when url is present #2446

code snippet not copying when url is present

code snippet not copying when url is present #2446

Workflow file for this run

name: Jest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run tests
run: yarn test