Skip to content

fix: prevent clipboard from showing ANSI escaped string when using `-… #22

fix: prevent clipboard from showing ANSI escaped string when using `-…

fix: prevent clipboard from showing ANSI escaped string when using `-… #22

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: ci
run: |
npm install
npm run test